diff --git a/e2e-tests/insurance/cypress/e2e/journeys/export-contract/how-much-is-the-agent-charging/how-much-is-the-agent-charging.spec.js b/e2e-tests/insurance/cypress/e2e/journeys/export-contract/how-much-is-the-agent-charging/how-much-is-the-agent-charging.spec.js index 621ab045e..68def620a 100644 --- a/e2e-tests/insurance/cypress/e2e/journeys/export-contract/how-much-is-the-agent-charging/how-much-is-the-agent-charging.spec.js +++ b/e2e-tests/insurance/cypress/e2e/journeys/export-contract/how-much-is-the-agent-charging/how-much-is-the-agent-charging.spec.js @@ -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}`;