Skip to content

Commit

Permalink
feat: Remove unecessary facility info from form
Browse files Browse the repository at this point in the history
  • Loading branch information
kriscooke committed Jun 1, 2020
1 parent 17d8937 commit 9a662ab
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 539 deletions.
15 changes: 0 additions & 15 deletions app/cypress/integration/application-form-validation.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
Loading

0 comments on commit 9a662ab

Please sign in to comment.