Commit 9f72556d authored by Sean McGivern's avatar Sean McGivern

Merge branch '2843-fix-transient-failure' into 'master'

Use trigger(:click) instead of trigger to avoid a weird transient bug

Closes #2843

See merge request !2340
parents 9bfeff37 86219c84
......@@ -107,7 +107,7 @@ shared_examples "protected branches > access control > EE" do
wait_for_requests
click_on users.last.name
find(".js-allowed-to-#{git_operation}").click # close
find(".js-allowed-to-#{git_operation}").trigger(:click) # close
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