Skip to content

Commit

Permalink
Fix failing tests after removing headings from staking subpages
Browse files Browse the repository at this point in the history
Fixes 4203665.
  • Loading branch information
lukaw3d committed Jul 16, 2024
1 parent cd358e4 commit 03d11db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playwright/tests/validators.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ test.describe('Validators', () => {
)

await page.getByRole('link', { name: 'Stake' }).click()
await expect(page.getByRole('heading', { name: 'Validators' })).toBeVisible()
// Wait for validators to be shown, then scroll to them to trigger lazy loading.
await expect(page.getByText('Everstake')).toBeVisible()
await page.getByText('Everstake').scrollIntoViewIfNeeded()
Expand Down

0 comments on commit 03d11db

Please sign in to comment.