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 51cc710 commit 719e6c8Copy full SHA for 719e6c8
1 file changed
e2e/specs/sfc-processors.spec.ts
@@ -48,6 +48,7 @@ li
48
});
49
50
test('in Svelte', async ({ page, getTestUrl }) => {
51
+ test.slow();
52
// const sfc = `
53
// <script lang="ts">
54
// export const msg: string = 'world!';
@@ -73,6 +74,7 @@ li
73
74
const { getResult, waitForResultUpdate } = await getLoadedApp(page);
75
76
await waitForResultUpdate({ timeout: 20000 });
77
+ await getResult().waitForTimeout(3000);
78
79
expect(await getResult().innerText(':nth-match(li, 1)')).toContain('hello world!');
80
expect(await getResult().innerText(':nth-match(li, 2)')).toContain('p');
0 commit comments