Commit 60d40047 authored by Rémy Coutable's avatar Rémy Coutable

Wait for request in 'spec/features/boards/sidebar_spec.rb:312'

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent cc77644b
...@@ -318,7 +318,9 @@ describe 'Issue Boards', :js do ...@@ -318,7 +318,9 @@ describe 'Issue Boards', :js do
wait_for_requests wait_for_requests
click_link bug.title click_link bug.title
within('.dropdown-menu-labels') { expect(page).to have_selector('.is-active', count: 3) }
wait_for_requests
click_link regression.title click_link regression.title
wait_for_requests 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