diff --git a/app/cypress/integration/application-form-validation.spec.js b/app/cypress/integration/application-form-validation.spec.js index d3432dd109..41c495b24d 100644 --- a/app/cypress/integration/application-form-validation.spec.js +++ b/app/cypress/integration/application-form-validation.spec.js @@ -75,21 +75,6 @@ describe('When reviewing a submitted application as an analyst', () => { cy.get('#root_facility_facilityName').clear().type('Acme1'); cy.get('#root_facility_facilityType').select('LFO'); cy.get('#root_facility_bcghgid').clear().type('11001100223'); - cy.get('#root_facility_naics').clear().type('1100223'); - - // Facility mailing address - cy.get('#root_facility_mailingAddress_streetAddress') - .clear() - .type('100 North Pole'); - cy.get('#root_facility_mailingAddress_city').clear().type('Calgary'); - cy.get('#root_facility_mailingAddress_postalCode').clear().type('H2O 0H0'); - cy.get('#root_facility_mailingAddress_province').select('Alberta'); - - cy.get( - '#root_facility_isFacilityLocationDifferent .radio label span input[type=radio]' - ) - .last() - .check(); cy.contains('Continue').click(); cy.get( diff --git a/app/tests/integration/Forms/__snapshots__/Form.test.tsx.snap b/app/tests/integration/Forms/__snapshots__/Form.test.tsx.snap index 5473a8e0cf..14771a60a1 100644 --- a/app/tests/integration/Forms/__snapshots__/Form.test.tsx.snap +++ b/app/tests/integration/Forms/__snapshots__/Form.test.tsx.snap @@ -86,7 +86,7 @@ exports[`Form should match the snapshot with the administration form 1`] = ` readOnly={false} required={true} type="text" - value="mollit eu esse" + value="culpa" /> - - -