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();