Skip to content

Remove redundant E2E test

Huzaifa Iftikhar requested to merge 427669_remove_redundant_e2e_test into master

What does this MR do and why?

Remove redundant E2E test

  1. Remove qa/specs/features/ee/browser_ui/10_govern/group/group_audit_logs_2_spec.rb
  2. We have unit tests to assert that an audit event is created when any of the above settings are changed.
  3. 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)

Merge request reports

Loading