Commit 8b327358 authored by Peter Leitzen's avatar Peter Leitzen

Merge branch '345229-fix-flaky-spec' into 'master'

Attempt to fix flaky spec in `user_edits_issue_spec.rb`

See merge request gitlab-org/gitlab!75137
parents acbfa38f 7372b299
......@@ -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