e2e on CI

This commit is contained in:
SPRINX0\prochazka
2024-12-09 14:51:56 +01:00
parent c201f06103
commit f3c3ddd73a
6 changed files with 206 additions and 23 deletions

View File

@@ -6,6 +6,7 @@ describe('Initialization', () => {
it('adds connection', () => {
cy.visit('http://localhost:3000');
// cy.get('[data-testid=ConnectionList_buttonNewConnection]').click();
cy.get('[data-testid=ConnectionDriverFields_connectionType]').select('MySQL');
cy.get('[data-testid=ConnectionDriverFields_user]').clear().type('root');
cy.get('[data-testid=ConnectionDriverFields_password]').clear().type('Pwd2020Db');