We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e0ec7 commit fad600dCopy full SHA for fad600d
tests/end-to-end/official-site.spec.ts
@@ -45,7 +45,7 @@ test('form example', async ({ page }) => {
45
46
test('File upload', async ({ page }) => {
47
await page.goto(BASE);
48
- await page.getByText('Examples', { exact: true }).click();
+ await page.getByRole('link', { name: 'Examples', exact: true }).click();
49
await page.getByText('File uploads').click();
50
const my_svg = '<svg><text y="20">Hello World</text></svg>';
51
// @ts-ignore
0 commit comments