Skip to content

Commit

Permalink
ORV2-3221: used TRKTRAC instead of DOLLIES for subtype
Browse files Browse the repository at this point in the history
ORV2-3221: used TRKTRAC instead of DOLLIES for subtype
  • Loading branch information
bcgov-brwang committed Jan 30, 2025
1 parent 64e3eae commit 9d5920c
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 9d5920c

Please sign in to comment.