Skip to content

Commit

Permalink
Fixes cypress function
Browse files Browse the repository at this point in the history
Signed-off-by: Jhon <[email protected]>
  • Loading branch information
JhonathanLepidus committed Dec 12, 2023
1 parent aa37e97 commit 645207c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Cypress.Commands.add('createSubmission', function(submissionData) {

beginSubmission(submissionData);
detailsStep(submissionData);
filesStep(submissionData);
cy.contains('button', 'Continue').click();
cy.contains('button', 'Continue').click();
cy.contains('button', 'Submit').click();
Expand Down

0 comments on commit 645207c

Please sign in to comment.