Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
icelandld committed Jun 17, 2024
1 parent 1e82bcf commit 458ebe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/pages/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class Routes extends BasePage {
}

add() {
ke.fromTAId(RoutesPage["New Route"][1]).click();
ke.fromTAId(RoutesPage["New Route"][0]).click();

//FIXME: How to handle there's routes already exist
// cy.get('body').then($el => {
Expand Down

0 comments on commit 458ebe5

Please sign in to comment.