We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b9e32 commit de7843dCopy full SHA for de7843d
e2e_tests/integration/multi-db.spec.ts
@@ -125,6 +125,8 @@ describe('Multi database', () => {
125
// Cleanup
126
cy.executeCommand(':use system')
127
cy.executeCommand('DROP DATABASE `name-with-dash`')
128
+ cy.wait(1000)
129
+ cy.resultContains('1 system update, no records')
130
databaseOptionListOptions().should('have.length', 2)
131
cy.get('[data-testid="navigationDBMS"]').click()
132
})
0 commit comments