Commit 2771ca82 authored by Enrique Alcantara's avatar Enrique Alcantara

Remove ambiguity from button selector

parent adbfeb67
...@@ -219,7 +219,7 @@ RSpec.describe 'Admin::AuditLogs', :js do ...@@ -219,7 +219,7 @@ RSpec.describe 'Admin::AuditLogs', :js do
click_link type click_link type
click_link name click_link name
find('button[type="button"]:not([name="clear"])').click find('button[type="button"]:not([name="clear"]):not([aria-label="Close"]').click
end end
wait_for_requests 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