Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-08-17 17:48:42 +0300
committerPhil Hughes <me@iamphill.com>2016-08-17 19:17:39 +0300
commit89e37d0bdefa35cab9fb86137ba7abdd2f09dd3e (patch)
tree9cf5f170d336836b92a69ab0f61f2e4a073bcd15 /spec/features/boards/boards_spec.rb
parent233c2a8095679b1a5a29ffeadbd969f191495a60 (diff)
Fixed failing test
Diffstat (limited to 'spec/features/boards/boards_spec.rb')
-rw-r--r--spec/features/boards/boards_spec.rb2
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)