portal connection test

This commit is contained in:
SPRINX0\prochazka
2025-01-06 14:56:16 +01:00
parent ddcfc127b7
commit d9ca29b602
7 changed files with 82 additions and 8 deletions

View 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();
// });
});