Skip to content

Commit fad600d

Browse files
committed
fix tests
1 parent 24e0ec7 commit fad600d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/end-to-end/official-site.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test('form example', async ({ page }) => {
4545

4646
test('File upload', async ({ page }) => {
4747
await page.goto(BASE);
48-
await page.getByText('Examples', { exact: true }).click();
48+
await page.getByRole('link', { name: 'Examples', exact: true }).click();
4949
await page.getByText('File uploads').click();
5050
const my_svg = '<svg><text y="20">Hello World</text></svg>';
5151
// @ts-ignore

0 commit comments

Comments
 (0)