Skip to content

Commit 17b9288

Browse files
fixing tests according to new feature
1 parent 7650301 commit 17b9288

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

cypress/e2e/bar_chart.cy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ describe('Testing bar chart', () => {
3030
cy.get('#form-dialog-title', { timeout: 20000 }).should('contain', 'Connect to Neo4j');
3131

3232
cy.get('#url').clear().type('localhost');
33+
cy.get('#protocol').clear().type('neo4j');
3334
cy.get('#dbusername').clear().type('neo4j');
3435
cy.get('#dbpassword').type('test1234');
3536
cy.get('button').contains('Connect').click();

cypress/e2e/render/array.cy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ describe('Testing array rendering', () => {
4343
cy.get('#form-dialog-title', { WAITING_TIME: WAITING_TIME }).should('contain', 'Connect to Neo4j');
4444

4545
cy.get('#url').clear().type('localhost');
46+
cy.get('#protocol').clear().type('neo4j');
4647
cy.get('#dbusername').clear().type('neo4j');
4748
cy.get('#dbpassword').type('test1234');
4849
cy.get('button').contains('Connect').click();

cypress/e2e/start_page.cy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ describe('NeoDash E2E Tests', () => {
5151
// cy.get('#protocol').click()
5252
// cy.contains('neo4j').click()
5353
cy.get('#url').clear().type('localhost');
54+
cy.get('#protocol').clear().type('neo4j');
5455
// cy.get('#database').type('neo4j')
5556
cy.get('#dbusername').clear().type('neo4j');
5657
cy.get('#dbpassword').type('test1234');

cypress/e2e/table.cy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ describe('Testing table', () => {
3030
cy.get('#form-dialog-title', { timeout: 20000 }).should('contain', 'Connect to Neo4j');
3131

3232
cy.get('#url').clear().type('localhost');
33+
cy.get('#protocol').clear().type('neo4j');
3334
cy.get('#dbusername').clear().type('neo4j');
3435
cy.get('#dbpassword').type('test1234');
3536
cy.get('button').contains('Connect').click();

0 commit comments

Comments
 (0)