Commit 24273ca0 authored by Imre Farkas's avatar Imre Farkas

Merge branch '283917-fix-flaky-iteration-filter-spec' into 'master'

Fix flaky spec due to HTTP response order

See merge request gitlab-org/gitlab!48101
parents 4cb7ff43 067a4acb
......@@ -35,6 +35,10 @@ RSpec.describe 'Filter issues by iteration', :js do
stub_licensed_features(iterations: true)
visit page_path
page.has_content?(iteration_1_issue.title)
page.has_content?(iteration_2_issue.title)
page.has_content?(no_iteration_issue.title)
end
it 'filters by iteration' do
......
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