Commit 86219c84 authored by Rémy Coutable's avatar Rémy Coutable

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

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent ddd47d9e
......@@ -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