Skip to content

Commit

Permalink
Remove timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarvarela committed Apr 29, 2024
1 parent 93ffa0f commit 496af3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ describe('Submitted reports', () => {

cy.contains('[data-cy="toast"]', 'Description is required').should('exist');

cy.wait('@promotionInvoked', { timeout: 2000 });
cy.wait('@promotionInvoked');
}
);

Expand Down

0 comments on commit 496af3f

Please sign in to comment.