Skip to content

Commit 8048e6e

Browse files
committed
pkp/pkp-lib#7505 FIXME: Delays to work around test failure
1 parent 3139d6f commit 8048e6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cypress/tests/data/60-content/AmwandengaSubmission.cy.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,9 @@ describe('Data suite: Amwandenga', function() {
155155
cy.get('#contributor-email-error').contains('This is not a valid email address.');
156156
cy.get('.pkpFormField:contains("Email")').find('input').type(submission.authors[0].email);
157157
cy.get('.modal__panel:contains("Add Contributor")').find('button').contains('Save').click();
158+
cy.wait(3000);
158159
cy.get('button').contains('Order').click();
160+
cy.wait(3000);
159161
cy.get('button:contains("Decrease position of Alan Mwandenga")').click();
160162
cy.get('button').contains('Save Order').click();
161163
cy.get('button:contains("Preview")').click(); // Will only appear after order is saved

0 commit comments

Comments
 (0)