Skip to content

Commit 374d7ee

Browse files
committed
Z ref
1 parent e788133 commit 374d7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/start_page.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('NeoDash E2E Tests', () => {
2727
},
2828
});
2929

30-
cy.get('#form-dialog-title', { timeout: 20000 }).should('be.visible');
30+
cy.get('#form-dialog-title', { timeout: 20000 }).should('contain', 'NeoDash - Neo4j Dashboard Builder').click();
3131

3232
cy.get('#form-dialog-title').then(($div) => {
3333
const text = $div.text();

0 commit comments

Comments
 (0)