Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
Wait longer before opening Billing Candidates after SO was just created
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestPessimist committed Jul 17, 2019
1 parent baf5449 commit 5f30fce
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -87,7 +87,7 @@ describe('Void Sales Invoice and invoice the billing candidates again', function
});

it('Open the Referenced Billing Candidates', function() {
cy.wait(1000);
cy.wait(5000);
cy.openReferencedDocuments('C_Order_C_Invoice_Candidate');
});

Expand Down

0 comments on commit 5f30fce

Please sign in to comment.