From 19ee66edfb7f8193f37bcf740c1dacebb498afe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarda=20Kot=C4=9B=C5=A1ovec?= Date: Sat, 4 Jan 2025 11:43:29 +0100 Subject: [PATCH] pkp/pkp-lib#10663 Clean up test after adjusting progress bars --- cypress/tests/data/60-content/AmwandengaSubmission.cy.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/cypress/tests/data/60-content/AmwandengaSubmission.cy.js b/cypress/tests/data/60-content/AmwandengaSubmission.cy.js index 0c8e21f0f8a..7c4977090a4 100644 --- a/cypress/tests/data/60-content/AmwandengaSubmission.cy.js +++ b/cypress/tests/data/60-content/AmwandengaSubmission.cy.js @@ -465,9 +465,6 @@ describe('Data suite: Amwandenga', function() { cy.contains('Are you sure you want to create a new version?'); cy.get('div[role=dialog]:contains("Create New Version")').get('button').contains('Yes').click(); - // Once there is 'in progress' overlay when creating new version this can be improved - cy.wait(10000); - // Toggle between versions cy.get('button').contains('All Versions').click(); cy.get('button').contains('Version 1').click();