Commit aef29d00 authored by Eric Eastwood's avatar Eric Eastwood

Fix flakey move slash command with unauthorized project

parent 69966fcb
...@@ -226,7 +226,9 @@ feature 'Issues > User uses quick actions', :js do ...@@ -226,7 +226,9 @@ feature 'Issues > User uses quick actions', :js do
it 'does not move the issue' do it 'does not move the issue' do
add_note("/move #{project_unauthorized.full_path}") 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 expect(issue.reload).to be_open
end end
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