Commit 7372b299 authored by Coung Ngo's avatar Coung Ngo Committed by Peter Leitzen

Attempt to fix flaky spec in `user_edits_issue_spec.rb`

parent b1df5445
......@@ -146,7 +146,7 @@ RSpec.describe "Issues > User edits issue", :js do
fill_in 'Comment', with: '/label ~syzygy'
click_button 'Comment'
expect(page).to have_text('added syzygy label just now')
expect(page).to have_text('added syzygy label just now', wait: 300)
page.within '.block.labels' do
# Remove `verisimilitude` label
......
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