Skip to content

Commit e9b8cc4

Browse files
committed
e2e: fix flaky test
1 parent a7183f4 commit e9b8cc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/end2end/cypress/integration/form_edit_related_child_data-ghaction.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ describe('Editing relational data', function() {
3737
})
3838
}).as('getMap')
3939

40-
// Wait for map displayed
41-
cy.wait('@getMap')
40+
// Wait for map to be displayed
41+
cy.wait(['@getMap', '@getMap'])
4242
})
4343

4444
it('Check the child table has been moved in the expected div', function () {

0 commit comments

Comments
 (0)