Commit d4bf4347 authored by Nathan Friend's avatar Nathan Friend

Update button selection to not be ambiguous

Updates the way the submit button is selected in the test so that
it isn't mistaken for the clear button.
parent 58e88479
......@@ -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