Skip to content

Commit

Permalink
ORV2-3221: updated
Browse files Browse the repository at this point in the history
ORV2-3221: updated
  • Loading branch information
bcgov-brwang committed Jan 3, 2025
1 parent 3adfbd8 commit 0a2fa23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion tests/cypress/e2e/idir-amend-term-oversize.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ describe('Login Test for OnRouteBC', () => {
cy.wait(wait_time);
cy.get('.search-by__search').click();
cy.wait(wait_time);
cy.xpath("//button[text()='Test Transport Inc.']").click();
// cy.xpath("//button[text()='Test Transport Inc.']").click();
cy.get('button.MuiTypography-root.MuiTypography-body2.MuiLink-root.MuiLink-underlineAlways.MuiLink-button.custom-action-link.css-mn35dv')
.first()
.click();
cy.wait(wait_time);


Expand Down
5 changes: 4 additions & 1 deletion tests/cypress/e2e/idir-void-term-oversize.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,10 @@ describe('Login Test for OnRouteBC', () => {
cy.get('.search-by__search').click();
cy.wait(wait_time);

cy.xpath("//button[text()='Test Transport Inc.']").click();
// cy.xpath("//button[text()='Test Transport Inc.']").click();
cy.get('button.MuiTypography-root.MuiTypography-body2.MuiLink-root.MuiLink-underlineAlways.MuiLink-button.custom-action-link.css-mn35dv')
.first()
.click();
cy.wait(wait_time);

cy.xpath("//div[@class='tab__label' and text()='Active Permits']").click();
Expand Down

0 comments on commit 0a2fa23

Please sign in to comment.