mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 00:16:00 +00:00
portal connection test
This commit is contained in:
12
e2e-tests/cypress/e2e/portal.cy.js
Normal file
12
e2e-tests/cypress/e2e/portal.cy.js
Normal file
@@ -0,0 +1,12 @@
|
||||
describe('Run as portal', () => {
|
||||
it('successfully loads', () => {
|
||||
cy.visit('http://localhost:3000');
|
||||
cy.contains('MySql');
|
||||
cy.contains('Postgres');
|
||||
});
|
||||
|
||||
// it('import chinook DB', () => {
|
||||
// cy.visit('http://localhost:3000');
|
||||
// cy.get('[data-testid=ConnectionTab_buttonConnect]').click();
|
||||
// });
|
||||
});
|
||||
Reference in New Issue
Block a user