Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Aug 17, 2024
1 parent 24e0ec7 commit fad600d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end-to-end/official-site.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ test('form example', async ({ page }) => {

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

0 comments on commit fad600d

Please sign in to comment.