Commit 836096cc authored by Robert Speicher's avatar Robert Speicher

Merge branch 'ee-fix-flakey-move-slash-command-unauthorized-project' into 'master'

Fix flakey time-sensitive move slash command with unauthorized project -- EE merge edition

See merge request gitlab-org/gitlab-ee!6124
parents 883f083a 90f7b14b
......@@ -300,7 +300,9 @@ feature 'Issues > User uses quick actions', :js do
it 'does not move the issue' do
add_note("/move #{project_unauthorized.full_path}")
expect(page).not_to have_content 'Commands applied'
wait_for_requests
expect(page).to have_content 'Commands applied'
expect(issue.reload).to be_open
end
end
......
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