Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtzData committed Jul 30, 2024
1 parent 347829a commit 2a0592b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/pages/BlocksList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { CommonPage } from "./Common"
export class BlockListPage extends CommonPage {
readonly page: Page

TAB_ALL = `[type="button"] >> text=All`
TAB_ALL = `[type="button"] >> text=/All/`

TAB_FORKED = `[type="button"] >> text=Forked`

Expand Down Expand Up @@ -64,7 +64,7 @@ export class BlockListPage extends CommonPage {
await this.grid(1, 1, `\\d+`)
await this.grid(1, 2, `0x`)
await this.grid(1, 3, `\\d+`)
await this.grid(1, 4, `\\d+.*\\%.*\\%`)
await this.grid(1, 4, `\\d+.*`)
await this.grid(1, 5, `\\d+`)
await this.grid(1, 6, `\\d+`)
}
Expand Down

0 comments on commit 2a0592b

Please sign in to comment.