Remove redundant E2E test
What does this MR do and why?
Remove redundant E2E test
- Remove
qa/specs/features/ee/browser_ui/10_govern/group/group_audit_logs_2_spec.rb
- We have unit tests to assert that an audit event is created when any of the above settings are changed.
- We have feature spec to assert that a row is shown in the group audit events tab when a new audit event is added.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Related to #427669 (closed)