diff options
-rw-r--r-- | spec/features/boards/boards_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/features/boards/boards_spec.rb b/spec/features/boards/boards_spec.rb index 57a85241a13..cafd33f5b78 100644 --- a/spec/features/boards/boards_spec.rb +++ b/spec/features/boards/boards_spec.rb @@ -530,6 +530,8 @@ describe 'Issue Boards', feature: true, js: true do expect(page).to have_selector('.card', count: 0) end + wait_for_vue_resource + page.within(find('.board', match: :first)) do click_button(bug.title) wait_for_vue_resource(spinner: false) |