Skip to content

Commit de7843d

Browse files
committed
make e2e more robust
1 parent b6b9e32 commit de7843d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

e2e_tests/integration/multi-db.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ describe('Multi database', () => {
125125
// Cleanup
126126
cy.executeCommand(':use system')
127127
cy.executeCommand('DROP DATABASE `name-with-dash`')
128+
cy.wait(1000)
129+
cy.resultContains('1 system update, no records')
128130
databaseOptionListOptions().should('have.length', 2)
129131
cy.get('[data-testid="navigationDBMS"]').click()
130132
})

0 commit comments

Comments
 (0)