Skip to content

Commit

Permalink
chore(EMS-4097): fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ttbarnes committed Jan 7, 2025
1 parent 1f4b4d0 commit 8d465a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ context(
beforeEach(() => {
cy.saveSession();

cy.completeAndSubmitEligibilityForms({ formToStopAt: 'companyDetails' });
cy.completeAndSubmitEligibilityForms({ stopSubmittingAfter: 'companyDetails' });
});

describe(COUNTRY_NAME_1, () => {
Expand Down

0 comments on commit 8d465a7

Please sign in to comment.