Commit f2505eb6 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'boards-spec-fix' into 'master'

Fixes boards_spec failure

Closes #33614

See merge request !12230
parents f40aa331 8c4c2636
......@@ -247,13 +247,13 @@ describe 'Issue Boards', feature: true, js: true do
end
it 'issue moves from closed' do
drag(list_from_index: 3, list_to_index: 2)
drag(list_from_index: 2, list_to_index: 3)
wait_for_board_cards(2, 8)
wait_for_board_cards(3, 3)
wait_for_board_cards(4, 0)
wait_for_board_cards(3, 1)
wait_for_board_cards(4, 2)
expect(find('.board:nth-child(3)')).to have_content(issue8.title)
expect(find('.board:nth-child(4)')).to have_content(issue8.title)
end
context 'issue card' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment