Skip to content

Commit 7466571

Browse files
committed
test: test adjustment to changes
1 parent 8989769 commit 7466571

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/support/create-edit-support.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Cypress.Commands.add('saveChanges', (action = 'Create') => {
1414
});
1515

1616
Cypress.Commands.add('checkUnsavedDialog', () => {
17+
cy.wait(500); // because updates of isResourceEdited are debounced
1718
cy.getLeftNav()
1819
.contains('Events')
1920
.click();

0 commit comments

Comments
 (0)