mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-27 18:26:00 +00:00
SYNC: [skip ci] Drop table test
This commit is contained in:
@@ -438,4 +438,13 @@ describe('Data browser data', () => {
|
|||||||
cy.testid ('TableDataTab_refreshGrid').click();
|
cy.testid ('TableDataTab_refreshGrid').click();
|
||||||
cy.contains('No rows loaded')
|
cy.contains('No rows loaded')
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it('Drop table', () => {
|
||||||
|
cy.contains('MySql-connection').click();
|
||||||
|
cy.contains('MyChinook').click();
|
||||||
|
cy.contains('_Customer').rightclick();
|
||||||
|
cy.contains('Drop table').click();
|
||||||
|
cy.testid('ConfirmSqlModal_okButton').click();
|
||||||
|
cy.contains('_Customer').should('not.exist');
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user