chore: tweak linking config in the example

This commit is contained in:
Satyajit Sahoo
2020-05-15 18:48:03 +02:00
parent d14f38b80a
commit 6ccceaea8b
7 changed files with 36 additions and 20 deletions

View File

@@ -26,7 +26,7 @@ it('goes to the album page and goes back', async () => {
((await page.accessibility.snapshot()) as any)?.children?.find(
(it: any) => it.role === 'heading'
)?.name
).toBe('Album');
).toBe('Albums');
await page.click('[aria-label="Article by Gandalf, back"]');