From 428ffaad6a5556a932af6829e2e497176eef2606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Thu, 15 Jun 2017 18:52:29 +0200 Subject: [PATCH] Try to use the same pattern as other spec in this file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable --- spec/features/boards/boards_spec.rb | 4 ++-- 1 file 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 -- GitLab