Skip to content

Commit

Permalink
fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtzData committed Jun 2, 2024
1 parent 09ea29a commit 4dc40da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/e2e/pages/Address.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ export class AddressPage extends CommonPage {
await this.actions.verifyElementIsDisplayed(`main >> div >> nth=21 >> div >> nth=14 >> text=/0x.*at txn 0x.*/`)
await this.actions.verifyElementIsDisplayed(`main >> div >> nth=21 >> div >> nth=21 >> text=/Balance/`)
await this.actions.verifyElementIsDisplayed(`main >> div >> nth=21 >> div >> nth=25 >> text=/\\d+.*ETH.*\\(\\$.*\\)/`)
await this.actions.verifyElementIsDisplayed(`main >> div >> nth=21 >> div >> nth=26 >> text=/Transactions/`)
await this.actions.verifyElementIsDisplayed(`main >> div >> nth=21 >> div >> nth=30 >> text=/\\d+/`)
await this.actions.verifyElementIsDisplayed(`main >> div >> nth=21 >> div >> nth=31 >> text=/Gas used/`)
await this.actions.verifyElementIsDisplayed(`main >> div >> nth=21 >> div >> nth=35 >> text=/\\d+/`)
await this.actions.verifyElementIsDisplayed(`main >> div >> nth=21 >> div >> nth=36 >> text=/Last balance update/`)
await this.actions.verifyElementIsDisplayed(`main >> div >> nth=21 >> div >> nth=40 >> text=/\\d+/`)
await this.actions.verifyElementIsDisplayed(`main >> div >> nth=21 >> div >> nth=30 >> text=/Transactions/`)
await this.actions.verifyElementIsDisplayed(`main >> div >> nth=21 >> div >> nth=31 >> text=/\\d+/`)
await this.actions.verifyElementIsDisplayed(`main >> div >> nth=21 >> div >> nth=35 >> text=/Gas used/`)
await this.actions.verifyElementIsDisplayed(`main >> div >> nth=21 >> div >> nth=36 >> text=/\\d+/`)
await this.actions.verifyElementIsDisplayed(`main >> div >> nth=21 >> div >> nth=40 >> text=/Last balance update/`)
await this.actions.verifyElementIsDisplayed(`main >> div >> nth=21 >> div >> nth=41 >> text=/\\d+/`)
}
}

0 comments on commit 4dc40da

Please sign in to comment.