screenshot=>themeshot

This commit is contained in:
SPRINX0\prochazka
2025-01-29 15:40:41 +01:00
parent bee7ec0cc7
commit f22adf3cc8
3 changed files with 24 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ describe('Add connection', () => {
it('adds connection', () => {
// cy.get('[data-testid=ConnectionList_buttonNewConnection]').click();
cy.get('[data-testid=ConnectionDriverFields_connectionType]').select('MySQL');
cy.screenshot('connection');
cy.themeshot('connection');
cy.get('[data-testid=ConnectionDriverFields_user]').clear().type('root');
cy.get('[data-testid=ConnectionDriverFields_password]').clear().type('Pwd2020Db');
cy.get('[data-testid=ConnectionDriverFields_port]').clear().type('16004');