Skip to content

Commit 719e6c8

Browse files
committed
fix
1 parent 51cc710 commit 719e6c8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

e2e/specs/sfc-processors.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ li
4848
});
4949

5050
test('in Svelte', async ({ page, getTestUrl }) => {
51+
test.slow();
5152
// const sfc = `
5253
// <script lang="ts">
5354
// export const msg: string = 'world!';
@@ -73,6 +74,7 @@ li
7374
const { getResult, waitForResultUpdate } = await getLoadedApp(page);
7475

7576
await waitForResultUpdate({ timeout: 20000 });
77+
await getResult().waitForTimeout(3000);
7678

7779
expect(await getResult().innerText(':nth-match(li, 1)')).toContain('hello world!');
7880
expect(await getResult().innerText(':nth-match(li, 2)')).toContain('p');

0 commit comments

Comments
 (0)