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 committed Feb 12, 2024
1 parent 226a61d commit d9f85bd
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 d9f85bd

Please sign in to comment.