Skip to content

Commit 28ba043

Browse files
committed
tests config
1 parent 2df578d commit 28ba043

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cypress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
video: false,
77
e2e: {
88
experimentalMemoryManagement: true,
9-
numTestsKeptInMemory: 0,
9+
numTestsKeptInMemory: 1,
1010
baseUrl: 'http://localhost:3000',
1111
setupNodeEvents(on, config) {
1212
return require('./cypress/plugins/index.js')(on, config);

cypress/e2e/start_page.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe('NeoDash E2E Tests', () => {
4343
// cy.contains('Yes').click()
4444
// }
4545

46-
cy.get('#form-dialog-title').should('contain', 'Connect to Neo4j');
46+
cy.get('#form-dialog-title', { timeout: 20000 }).should('contain', 'Connect to Neo4j');
4747

4848
// Connect to Neo4j database
4949
// cy.get('#protocol').click()

0 commit comments

Comments
 (0)