Commit 66bff49b authored by Robert Speicher's avatar Robert Speicher

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

Fix flakey time-sensitive move slash command with unauthorized project

Closes #47936

See merge request gitlab-org/gitlab-ce!19793
parents 0e76badd aef29d00
......@@ -226,7 +226,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