Skip to content

Commit

Permalink
do not fail ENS tests if there is no address
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtzData committed Jul 1, 2024
1 parent 641bbd3 commit 15a4507
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/e2e/pages/NewHome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ export class NewHomePage extends CommonPage {

async checkENSRow(): Promise<void> {
await this.actions.verifyElementIsDisplayed(`main >> tr >> td >> nth=0 >> text=/\\w+/`)
await this.actions.verifyElementIsDisplayed(`main >> tr >> td >> nth=1 >> text=/0x.*/`)
await this.actions.verifyElementIsDisplayed(`main >> tr >> td >> nth=2 >> text=/.*ago/`)
await this.actions.verifyElementIsDisplayed(`main >> tr >> td >> nth=3 >> text=/Expires in.*/`)
}

async UserOpsIsOn(): Promise<boolean> {
Expand Down

0 comments on commit 15a4507

Please sign in to comment.