Skip to content
Snippets Groups Projects
Unverified Commit 2771ca82 authored by Enrique Alcántara's avatar Enrique Alcántara
Browse files

Remove ambiguity from button selector

parent adbfeb67
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -219,7 +219,7 @@ def filter_for(type, name)
click_link type
click_link name
 
find('button[type="button"]:not([name="clear"])').click
find('button[type="button"]:not([name="clear"]):not([aria-label="Close"]').click
end
 
wait_for_requests
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment