From 532dee9845b7f42729496c8ce57921023bbf7069 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 30 Oct 2019 12:09:53 +0100 Subject: [PATCH] increase add file timeouts in publish test --- cypress/integration/1_publish.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/integration/1_publish.spec.js b/cypress/integration/1_publish.spec.js index cab9160..9fdbd5b 100644 --- a/cypress/integration/1_publish.spec.js +++ b/cypress/integration/1_publish.spec.js @@ -25,7 +25,7 @@ describe('Publish', () => { .contains('Add File') .click() // Verify and nove to next step - cy.get('button') + cy.get('button', { timeout: 60000 }) .contains('Next →') .should('not.be.disabled') .click() @@ -93,7 +93,7 @@ describe('Publish', () => { .contains('Add File') .click() // Verify and nove to next step - cy.get('button') + cy.get('button', { timeout: 60000 }) .contains('Next →') .should('not.be.disabled') .click()