mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 04:06:00 +00:00
test fix
This commit is contained in:
@@ -31,9 +31,9 @@ describe('Add connection', () => {
|
|||||||
cy.visit('http://localhost:3000');
|
cy.visit('http://localhost:3000');
|
||||||
cy.contains('Connections');
|
cy.contains('Connections');
|
||||||
|
|
||||||
cy.realPress('F1');
|
// cy.realPress('F1');
|
||||||
cy.realType('Close all');
|
// cy.realType('Close all');
|
||||||
cy.realPress('Enter');
|
// cy.realPress('Enter');
|
||||||
|
|
||||||
cy.get('[data-testid=ConnectionList_buttonNewConnection]').click();
|
cy.get('[data-testid=ConnectionList_buttonNewConnection]').click();
|
||||||
cy.get('[data-testid=ConnectionDriverFields_connectionType]').select('MySQL');
|
cy.get('[data-testid=ConnectionDriverFields_connectionType]').select('MySQL');
|
||||||
@@ -62,9 +62,9 @@ describe('Add connection', () => {
|
|||||||
cy.visit('http://localhost:3000');
|
cy.visit('http://localhost:3000');
|
||||||
cy.contains('Connections');
|
cy.contains('Connections');
|
||||||
|
|
||||||
cy.realPress('F1');
|
// cy.realPress('F1');
|
||||||
cy.realType('Close all');
|
// cy.realType('Close all');
|
||||||
cy.realPress('Enter');
|
// cy.realPress('Enter');
|
||||||
|
|
||||||
cy.get('[data-testid=ConnectionList_buttonNewConnection]').click();
|
cy.get('[data-testid=ConnectionList_buttonNewConnection]').click();
|
||||||
cy.get('[data-testid=ConnectionDriverFields_connectionType]').select('MySQL');
|
cy.get('[data-testid=ConnectionDriverFields_connectionType]').select('MySQL');
|
||||||
|
|||||||
Reference in New Issue
Block a user