Skip to content

Commit

Permalink
Update export wins for test isolation, disable test isolation for mul…
Browse files Browse the repository at this point in the history
…ti step form
  • Loading branch information
DeanElliott96 authored and oliverjwroberts committed Feb 7, 2024
1 parent a54c912 commit c9bfe13
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ describe('Adding an export win', () => {
context('Support provided', () => {
const { supportProvided } = formFields

before(() => {
beforeEach(() => {
cy.visit(`${urls.companies.exportWins.create()}${supportProvidedStep}`)
})

Expand Down Expand Up @@ -811,7 +811,8 @@ describe('Adding an export win', () => {
})
})

context('Check before sending', () => {
// Disable testIsolation due to multi step form with lots of data.
context('Check before sending', { testIsolation: false }, () => {
const {
officerDetails,
creditForThisWin,
Expand Down

0 comments on commit c9bfe13

Please sign in to comment.