Commit 42fba797 authored by Mike Greiling's avatar Mike Greiling

fix transient test failure in protected_branches_access_control_ee

parent 5d4250ae
......@@ -112,7 +112,7 @@ shared_examples "protected branches > access control > EE" do
wait_for_requests
# Verify the user is appended in the dropdown
find(".protected-branches-list .js-allowed-to-#{git_operation}").click
find(".protected-branches-list .js-allowed-to-#{git_operation}").trigger(:click)
expect(page).to have_selector '.dropdown-content .is-active', text: users.last.name
expect(ProtectedBranch.count).to eq(1)
......
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