mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
data browser tests
This commit is contained in:
11
e2e-tests/cypress/e2e/browse-data.cy.js
Normal file
11
e2e-tests/cypress/e2e/browse-data.cy.js
Normal file
@@ -0,0 +1,11 @@
|
||||
describe('Data browser data', () => {
|
||||
it('Load table data', () => {
|
||||
cy.visit('http://localhost:3000');
|
||||
|
||||
cy.contains('MySql-connection').click();
|
||||
cy.contains('Chinook').click();
|
||||
cy.contains('Album').click();
|
||||
cy.contains('Let There Be Rock');
|
||||
cy.contains('Rows: 347');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user