summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-06-15 18:52:29 +0200
committerRémy Coutable <remy@rymai.me>2017-06-15 18:52:29 +0200
commit428ffaad6a5556a932af6829e2e497176eef2606 (patch)
treed5af73ee532992de790cbd63e41529bd292b6a85
parent75d425e4fcfb884960e179d5268a14829e183a70 (diff)
downloadgitlab-ce-33614-try-to-fix-transient-failure.tar.gz
Try to use the same pattern as other spec in this file33614-try-to-fix-transient-failure
Signed-off-by: Rémy Coutable <remy@rymai.me>
-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