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
path: root/spec
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-06-15 19:52:29 +0300
committerRémy Coutable <remy@rymai.me>2017-06-15 19:52:29 +0300
commit428ffaad6a5556a932af6829e2e497176eef2606 (patch)
treed5af73ee532992de790cbd63e41529bd292b6a85 /spec
parent75d425e4fcfb884960e179d5268a14829e183a70 (diff)
Try to use the same pattern as other spec in this file
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'spec')
-rw-r--r--spec/features/boards/boards_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/boards/boards_spec.rb b/spec/features/boards/boards_spec.rb
index c80453b8227..968cc9d9c80 100644
--- a/spec/features/boards/boards_spec.rb
+++ b/spec/features/boards/boards_spec.rb
@@ -249,11 +249,11 @@ describe 'Issue Boards', feature: true, js: true do
it 'issue moves from closed' do
drag(list_from_index: 3, list_to_index: 2)
- expect(find('.board:nth-child(3)')).to have_content(issue8.title)
-
wait_for_board_cards(2, 8)
wait_for_board_cards(3, 3)
wait_for_board_cards(4, 0)
+
+ expect(find('.board:nth-child(3)')).to have_content(issue8.title)
end
context 'issue card' do