fix(tests): update heading text in landing routing test
This commit is contained in:
parent
e3044278b1
commit
3d0367bc5b
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ test.describe('Landing and app routing', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
await page.goto('/');
|
await page.goto('/');
|
||||||
await expect(page.getByRole('heading', { name: /your documents,\s*read aloud/i })).toBeVisible({
|
await expect(page.getByRole('heading', { name: /hear every document/i })).toBeVisible({
|
||||||
timeout: 10000,
|
timeout: 10000,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue