Skip to content

Commit e6dca67

Browse files
Adds waiting command in integration test
Signed-off-by: Jhon <jhon@lepidus.com.br>
1 parent 84cadc7 commit e6dca67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cypress/tests/Test04_Review.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ describe('Research data on review', function () {
7474
cy.waitJQuery();
7575
cy.get('#submitStep4Form button.submitFormButton').click();
7676
cy.get('button.pkpModalConfirmButton').click();
77+
cy.wait(7000);
7778

7879
cy.waitJQuery();
7980
cy.get('h2:contains("Submission complete")');

0 commit comments

Comments
 (0)