Merge branch '33614-try-to-fix-transient-failure' into 'master'
Try to use the same pattern as other spec in this file Closes #33614 See merge request !12192
This commit is contained in:
commit
de4d846dcc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue