Commit 3b66458b authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'nfriend-update-admin-audit-logs-spec-button-selector' into 'master'

Update button selector in `admin_audit_logs_spec.rb` to not be ambiguous

See merge request gitlab-org/gitlab!36652
parents 0adb8de0 d4bf4347
......@@ -147,7 +147,7 @@ RSpec.describe 'Admin::AuditLogs', :js do
click_link type
click_link name
find('button[type="button"]').click
find('button[type="button"]:not([name="clear"])').click
end
wait_for_requests
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment