Commit 310663e3 authored by Stan Hu's avatar Stan Hu

Merge branch...

Merge branch '196984-flaky-boards-sidebar_spec-rb-312-issue-boards-labels-adds-a-multiple' into 'master'

Wait for request in `spec/features/boards/sidebar_spec.rb:312` and `ee/spec/features/boards/sidebar_spec.rb:265`

Closes #118659 and #196984

See merge request gitlab-org/gitlab!23144
parents 3cdb1ed6 4e3a8111
......@@ -271,7 +271,9 @@ describe 'Issue Boards', :js do
wait_for_requests
click_link scoped_label_1.title
within('.dropdown-menu-labels') { expect(page).to have_selector('.is-active', count: 2) }
wait_for_requests
click_link scoped_label_2.title
wait_for_requests
......
......@@ -318,7 +318,9 @@ describe 'Issue Boards', :js do
wait_for_requests
click_link bug.title
within('.dropdown-menu-labels') { expect(page).to have_selector('.is-active', count: 3) }
wait_for_requests
click_link regression.title
wait_for_requests
......
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