Skip to content

Commit

Permalink
ORV2-3221: used TRKTRAC for subtype instead of DOLLIES (#1794)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcgov-brwang authored Jan 31, 2025
1 parent 819456f commit caae19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/e2e/bceid-new-term-overweight.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('Login Test for OnRouteBC', () => {
cy.get('[id="mui-component-select-permitData.vehicleDetails.vehicleSubType"]').click({ force: true });
cy.wait(wait_time);

cy.get('[data-value="DOLLIES"]').click();
cy.get('[data-value="TRKTRAC"]').click();
cy.wait(wait_time);

cy.get('[data-testid="continue-application-button"]').click({ force: true });
Expand Down

0 comments on commit caae19a

Please sign in to comment.