From 277619bbfc8e5ebce7f4a2e947535fbd61eaace6 Mon Sep 17 00:00:00 2001 From: Touhidur Rahman Date: Fri, 27 Jun 2025 15:52:51 +0600 Subject: [PATCH] pkp/pkp-lib#9295 fix test --- cypress/tests/functional/QuickSubmit.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/tests/functional/QuickSubmit.cy.js b/cypress/tests/functional/QuickSubmit.cy.js index bed7907..7e428f2 100644 --- a/cypress/tests/functional/QuickSubmit.cy.js +++ b/cypress/tests/functional/QuickSubmit.cy.js @@ -59,7 +59,7 @@ describe('Quick Submit plugin tests', function() { // Complete the submission cy.get('form[id="quickSubmitForm"] button:contains("Save")').click(); - cy.waitJQuery(); + cy.wait(2000); // Test the submission in the published front end