Skip to content

Commit

Permalink
feat(EMS-3826-3829): remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
ttbarnes committed Sep 19, 2024
1 parent 6ab9d9a commit 057cbf9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ context(
referenceNumber = refNumber;

// go to the page we want to test.
// cy.completeAndSubmitExportContractForms({ formToStopAt: 'howMuchAgentIsCharging', isUsingAgent: true, agentIsCharging: true, fixedSumMethod: true });
// cy.completeAndSubmitExportContractForms({ formToStopAt: 'agentCharges', isUsingAgent: true, agentIsCharging: true, fixedSumMethod: true });
cy.completeAndSubmitExportContractForms({ formToStopAt: 'currencyOfAgentCharges', isUsingAgent: true, agentIsCharging: true, fixedSumMethod: true });

url = `${baseUrl}${ROOT}/${referenceNumber}${HOW_MUCH_IS_THE_AGENT_CHARGING}`;
Expand Down

0 comments on commit 057cbf9

Please sign in to comment.