Commit c53c936d authored by Vitali Tatarintev's avatar Vitali Tatarintev

Merge branch...

Merge branch '323731-spec-failure-in-ee-spec-features-groups-iterations-user_views_iteration_spec-rb-user-views' into 'master'

Attempt to fix flaky test in `user_views_iteration_spec.rb`

See merge request gitlab-org/gitlab!57238
parents ac7b5bc9 8e20d23c
......@@ -81,7 +81,7 @@ RSpec.describe 'User views iteration' do
end
end
context 'when grouping by label', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/323731' do
context 'when grouping by label' do
before do
sign_in(user)
......
......@@ -64,7 +64,7 @@ RSpec.describe 'User views iteration' do
it_behaves_like 'render iteration page'
context 'when grouping by label', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/323731' do
context 'when grouping by label' do
it_behaves_like 'iteration report group by label'
end
......
......@@ -6,8 +6,10 @@ RSpec.shared_examples 'iteration report group by label' do
# Select label `label1` from the labels dropdown picker
click_button 'Label'
wait_for_requests
click_link label1.title
send_keys(:escape)
wait_for_requests
end
it 'groups by label', :aggregate_failures 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