From bab1395f93b58e4d5ced74d821fbb924cafbc9e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 17 Oct 2023 10:29:45 +0200 Subject: [PATCH] ci(cypress): Increase timeout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- cypress/e2e/cardFeatures.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/cardFeatures.js b/cypress/e2e/cardFeatures.js index 71eb0f001..6bad048d9 100644 --- a/cypress/e2e/cardFeatures.js +++ b/cypress/e2e/cardFeatures.js @@ -111,7 +111,7 @@ describe('Card', function() { cy.get('button.icon-folder').should('be.visible') .click() cy.get('.file-picker__main').should('be.visible') - cy.get('.file-picker__main [data-filename="welcome.txt"]').should('be.visible') + cy.get('.file-picker__main [data-filename="welcome.txt"]', { timeout: 30000 }).should('be.visible') .click() cy.get('.dialog__actions button.button-vue--vue-primary').click() cy.get('.attachment-list .basename').contains('welcome.txt')