Svelte 5 migration - phase 1 #2626
pr.yml
on: pull_request
e2e-tests
/
merge-reports
0s
Annotations
11 errors and 10 notices
build / build
Process completed with exit code 1.
|
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/transition/transition › should have a consistent markup:
e2e/samplesMarkup.singlebrowser-e2e-spec.ts#L35
1) [stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/transition/transition › should have a consistent markup
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
33 | // eslint-disable-next-line playwright/no-networkidle
34 | await page.goto(`${baseURL}${samplesExtraHash[sampleKey] ?? ''}`, {waitUntil: 'networkidle'});
> 35 | await expect.poll(async () => (await page.locator('#root').innerHTML()).trim().length).toBeGreaterThan(0);
| ^
36 | await samplesExtraAction[sampleKey]?.(page);
37 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${sampleKey.toLowerCase()}.html`);
38 | });
at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.singlebrowser-e2e-spec.ts:35:5
|
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/transition/transition › should have a consistent markup:
e2e/samplesMarkup.singlebrowser-e2e-spec.ts#L35
1) [stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/transition/transition › should have a consistent markup
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
33 | // eslint-disable-next-line playwright/no-networkidle
34 | await page.goto(`${baseURL}${samplesExtraHash[sampleKey] ?? ''}`, {waitUntil: 'networkidle'});
> 35 | await expect.poll(async () => (await page.locator('#root').innerHTML()).trim().length).toBeGreaterThan(0);
| ^
36 | await samplesExtraAction[sampleKey]?.(page);
37 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${sampleKey.toLowerCase()}.html`);
38 | });
at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.singlebrowser-e2e-spec.ts:35:5
|
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/transition/flipDemo › should have a consistent markup:
e2e/samplesMarkup.singlebrowser-e2e-spec.ts#L35
2) [stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/transition/flipDemo › should have a consistent markup
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
33 | // eslint-disable-next-line playwright/no-networkidle
34 | await page.goto(`${baseURL}${samplesExtraHash[sampleKey] ?? ''}`, {waitUntil: 'networkidle'});
> 35 | await expect.poll(async () => (await page.locator('#root').innerHTML()).trim().length).toBeGreaterThan(0);
| ^
36 | await samplesExtraAction[sampleKey]?.(page);
37 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${sampleKey.toLowerCase()}.html`);
38 | });
at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.singlebrowser-e2e-spec.ts:35:5
|
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/transition/flipDemo › should have a consistent markup:
e2e/samplesMarkup.singlebrowser-e2e-spec.ts#L35
2) [stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/transition/flipDemo › should have a consistent markup
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
33 | // eslint-disable-next-line playwright/no-networkidle
34 | await page.goto(`${baseURL}${samplesExtraHash[sampleKey] ?? ''}`, {waitUntil: 'networkidle'});
> 35 | await expect.poll(async () => (await page.locator('#root').innerHTML()).trim().length).toBeGreaterThan(0);
| ^
36 | await samplesExtraAction[sampleKey]?.(page);
37 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${sampleKey.toLowerCase()}.html`);
38 | });
at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.singlebrowser-e2e-spec.ts:35:5
|
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/transition/collapseDemo › should have a consistent markup:
e2e/samplesMarkup.singlebrowser-e2e-spec.ts#L35
3) [stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/transition/collapseDemo › should have a consistent markup
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
33 | // eslint-disable-next-line playwright/no-networkidle
34 | await page.goto(`${baseURL}${samplesExtraHash[sampleKey] ?? ''}`, {waitUntil: 'networkidle'});
> 35 | await expect.poll(async () => (await page.locator('#root').innerHTML()).trim().length).toBeGreaterThan(0);
| ^
36 | await samplesExtraAction[sampleKey]?.(page);
37 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${sampleKey.toLowerCase()}.html`);
38 | });
at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.singlebrowser-e2e-spec.ts:35:5
|
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/transition/collapseDemo › should have a consistent markup:
e2e/samplesMarkup.singlebrowser-e2e-spec.ts#L35
3) [stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/transition/collapseDemo › should have a consistent markup
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
33 | // eslint-disable-next-line playwright/no-networkidle
34 | await page.goto(`${baseURL}${samplesExtraHash[sampleKey] ?? ''}`, {waitUntil: 'networkidle'});
> 35 | await expect.poll(async () => (await page.locator('#root').innerHTML()).trim().length).toBeGreaterThan(0);
| ^
36 | await samplesExtraAction[sampleKey]?.(page);
37 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${sampleKey.toLowerCase()}.html`);
38 | });
at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.singlebrowser-e2e-spec.ts:35:5
|
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/toast/dynamic › should have a consistent markup:
e2e/samplesMarkup.singlebrowser-e2e-spec.ts#L35
4) [stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/toast/dynamic › should have a consistent markup
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
33 | // eslint-disable-next-line playwright/no-networkidle
34 | await page.goto(`${baseURL}${samplesExtraHash[sampleKey] ?? ''}`, {waitUntil: 'networkidle'});
> 35 | await expect.poll(async () => (await page.locator('#root').innerHTML()).trim().length).toBeGreaterThan(0);
| ^
36 | await samplesExtraAction[sampleKey]?.(page);
37 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${sampleKey.toLowerCase()}.html`);
38 | });
at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.singlebrowser-e2e-spec.ts:35:5
|
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/toast/dynamic › should have a consistent markup:
e2e/samplesMarkup.singlebrowser-e2e-spec.ts#L35
4) [stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/toast/dynamic › should have a consistent markup
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
33 | // eslint-disable-next-line playwright/no-networkidle
34 | await page.goto(`${baseURL}${samplesExtraHash[sampleKey] ?? ''}`, {waitUntil: 'networkidle'});
> 35 | await expect.poll(async () => (await page.locator('#root').innerHTML()).trim().length).toBeGreaterThan(0);
| ^
36 | await samplesExtraAction[sampleKey]?.(page);
37 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${sampleKey.toLowerCase()}.html`);
38 | });
at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.singlebrowser-e2e-spec.ts:35:5
|
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/toast/default › should have a consistent markup:
e2e/samplesMarkup.singlebrowser-e2e-spec.ts#L35
5) [stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/toast/default › should have a consistent markup
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
33 | // eslint-disable-next-line playwright/no-networkidle
34 | await page.goto(`${baseURL}${samplesExtraHash[sampleKey] ?? ''}`, {waitUntil: 'networkidle'});
> 35 | await expect.poll(async () => (await page.locator('#root').innerHTML()).trim().length).toBeGreaterThan(0);
| ^
36 | await samplesExtraAction[sampleKey]?.(page);
37 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${sampleKey.toLowerCase()}.html`);
38 | });
at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.singlebrowser-e2e-spec.ts:35:5
|
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/toast/default › should have a consistent markup:
e2e/samplesMarkup.singlebrowser-e2e-spec.ts#L35
5) [stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/toast/default › should have a consistent markup
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
33 | // eslint-disable-next-line playwright/no-networkidle
34 | await page.goto(`${baseURL}${samplesExtraHash[sampleKey] ?? ''}`, {waitUntil: 'networkidle'});
> 35 | await expect.poll(async () => (await page.locator('#root').innerHTML()).trim().length).toBeGreaterThan(0);
| ^
36 | await samplesExtraAction[sampleKey]?.(page);
37 | expect(await htmlSnapshot(page.locator('body'))).toMatchSnapshot(`${sampleKey.toLowerCase()}.html`);
38 | });
at /home/runner/work/AgnosUI/AgnosUI/e2e/samplesMarkup.singlebrowser-e2e-spec.ts:35:5
|
🎭 Playwright Run Summary
102 passed (2.5m)
|
🎭 Playwright Run Summary
2 skipped
98 passed (2.2m)
|
🎭 Playwright Run Summary
101 passed (2.8m)
|
🎭 Playwright Run Summary
107 passed (2.6m)
|
🎭 Playwright Run Summary
1 skipped
100 passed (2.5m)
|
🎭 Playwright Run Summary
100 passed (3.0m)
|
🎭 Playwright Run Summary
95 passed (2.9m)
|
🎭 Playwright Run Summary
1 skipped
99 passed (5.3m)
|
🎭 Playwright Run Summary
16 skipped
84 passed (8.1m)
|
🎭 Playwright Run Summary
56 failed
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/transition/transition › should have a consistent markup
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/transition/flipDemo › should have a consistent markup
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/transition/collapseDemo › should have a consistent markup
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/toast/dynamic › should have a consistent markup
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/toast/default › should have a consistent markup
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/toast/action › should have a consistent markup
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/slots/headless › should have a consistent markup
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/slots/context › should have a consistent markup
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/slider/vertical › should have a consistent markup
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/slider/right-to-left › should have a consistent markup
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/slider/range › should have a consistent markup
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/slider/fullCustom › should have a consistent markup
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/slider/default › should have a consistent markup
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/slider/custom › should have a consistent markup
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/select/select › should have a consistent markup
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/select/default › should have a consistent markup
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/select/custom › should have a consistent markup
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/resizeObserver/resizeObserver › should have a consistent markup
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/rating/readonly › should have a consistent markup
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/rating/form › should have a consistent markup
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/rating/default › should have a consistent markup
[stackblitz:svelte:chromium] › samplesMarkup.singlebrowser-e2e-spec.ts:32:4 › Samples markup consistency check › Sample bootstrap/rating/customTemplate › should have a consistent mar
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
e2e-test-1
Expired
|
184 KB |
|
e2e-test-2
Expired
|
167 KB |
|
e2e-test-3
Expired
|
163 KB |
|
e2e-test-4
Expired
|
173 KB |
|
e2e-test-5
Expired
|
165 KB |
|
e2e-test-6
Expired
|
122 KB |
|
e2e-test-7
Expired
|
107 KB |
|
e2e-test-8
Expired
|
196 KB |
|
e2e-test-9
Expired
|
91.7 KB |
|