Skip to content

Commit

Permalink
delete dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Camelo committed Dec 31, 2024
1 parent 8f3b57a commit b4e711e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 50 deletions.
14 changes: 0 additions & 14 deletions cypress/automated-tests/blind/successful-blind-submission.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,18 +147,4 @@ describe('blind successful renewal submission - without an email address', () =>
cy.get('#element46').type(applicantCity).blur();
cy.get('#element48').type(applicantZipCode).blur();
});

// Disable submission
//it("skips the demographic section and agrees to the rules", function() {
// cy
// .get('[data-field-code="RulesAndConditionsCheckbox"]')
// .contains('I agree')
// .click();
//
// cy.get('.form-submit-button').click();
//
// cy
// .get('#thank-you-text', { timeout: 15000 })
// .should('contain', 'Application Submitted');
//});
});
18 changes: 0 additions & 18 deletions cypress/automated-tests/senior/successful-senior-submission.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,22 +199,4 @@ describe('senior successful renewal submission - without an email address', () =
.get('#form-section-7 > .form-section-buttons > .form-section-next')
.click();
});

// Disable submission
//it("skips the demographic section and agrees to the rules", function() {
// cy
// .get('#form-section-8 > .form-section-buttons > .form-section-next')
// .click();
// cy
// .get('[data-field-code="RulesAndConditionsCheckbox"]')
// .contains('I agree')
// .click();
// cy
// .get('#form-section-9 > .form-section-buttons > .form-submit-button')
// .click();
//
// cy
// .get('#thank-you-text', { timeout: 15000 })
// .should('contain', 'Application Submitted');
//});
});
18 changes: 0 additions & 18 deletions cypress/automated-tests/tap/successful-tap-submission.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,22 +191,4 @@ describe('TAP successful new submission - without an email address', () => {
.contains('Pick up')
.click();
});

// Disable submission
//it("skips the demographic section and agrees to the rules", function() {
// cy
// .get('[data-field-code="RulesAndConditionsCheckbox"]')
// .contains('I agree')
// .click();
// cy
// .get('[data-field-code="DisabilityReleaseCheckbox"]')
// .contains('I authorize')
// .click();
//
// cy.get('.form-submit-button').click();
//
// cy
// .get('#thank-you-text', { timeout: 15000 })
// .should('contain', 'Application Submitted');
//});
});

0 comments on commit b4e711e

Please sign in to comment.