From a11b87a923a1e9414167cd92b67e52c309d8113c Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Tue, 7 Jan 2025 10:45:56 +0100 Subject: [PATCH] test fix --- e2e-tests/cypress/e2e/add-connection.cy.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/e2e-tests/cypress/e2e/add-connection.cy.js b/e2e-tests/cypress/e2e/add-connection.cy.js index 264f40f34..3a0ae862a 100644 --- a/e2e-tests/cypress/e2e/add-connection.cy.js +++ b/e2e-tests/cypress/e2e/add-connection.cy.js @@ -31,9 +31,9 @@ describe('Add connection', () => { cy.visit('http://localhost:3000'); cy.contains('Connections'); - cy.realPress('F1'); - cy.realType('Close all'); - cy.realPress('Enter'); + // cy.realPress('F1'); + // cy.realType('Close all'); + // cy.realPress('Enter'); cy.get('[data-testid=ConnectionList_buttonNewConnection]').click(); cy.get('[data-testid=ConnectionDriverFields_connectionType]').select('MySQL'); @@ -62,9 +62,9 @@ describe('Add connection', () => { cy.visit('http://localhost:3000'); cy.contains('Connections'); - cy.realPress('F1'); - cy.realType('Close all'); - cy.realPress('Enter'); + // cy.realPress('F1'); + // cy.realType('Close all'); + // cy.realPress('Enter'); cy.get('[data-testid=ConnectionList_buttonNewConnection]').click(); cy.get('[data-testid=ConnectionDriverFields_connectionType]').select('MySQL');