feat: expands theme pack with 10 new themes #1281
Open
Annotations
4 errors, 5 warnings, and 1 notice
|
Run tests
Process completed with exit code 1.
|
|
Run tests:
tests/theme.spec.ts#L0
1) [webkit] › theme.spec.ts:114:7 › Theme switching › All themes render correctly ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: worker process exited unexpectedly (code=null, signal=SIGABRT)
|
|
Run tests:
tests/theme.spec.ts#L77
1) [webkit] › theme.spec.ts:114:7 › Theme switching › All themes render correctly ────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByTestId('popover').getByRole('option', { name: 'Solarized Dark' })
- locator resolved to <div role="option" tabindex="-1" aria-setsize="13" ar…>…</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
75 |
76 | const themeOption = popover.getByRole('option', { name: themeName });
> 77 | await themeOption.click();
| ^
78 |
79 | // Wait for theme to apply
80 | await page.waitForTimeout(2000);
at selectTheme (/work/tests/theme.spec.ts:77:21)
at /work/tests/theme.spec.ts:128:9
at /work/tests/theme.spec.ts:126:7
at /work/tests/theme.spec.ts:125:7
at /work/tests/theme.spec.ts:125:7
at /work/tests/theme.spec.ts:125:7
at /work/tests/theme.spec.ts:124:5
|
|
Run tests:
tests/theme.spec.ts#L0
1) [webkit] › theme.spec.ts:114:7 › Theme switching › All themes render correctly ────────────────
Test timeout of 90000ms exceeded.
|
|
Run tests:
[webkit] › ui_dialog.spec.ts#L0
[webkit] › ui_dialog.spec.ts took 59.2s
|
|
Run tests:
[firefox] › theme.spec.ts#L0
[firefox] › theme.spec.ts took 1.1m
|
|
Run tests:
[chromium] › theme.spec.ts#L0
[chromium] › theme.spec.ts took 1.2m
|
|
Run tests:
[webkit] › ui_table.spec.ts#L0
[webkit] › ui_table.spec.ts took 1.9m
|
|
Run tests:
[webkit] › ui.spec.ts#L0
[webkit] › ui.spec.ts took 8.8m
|
|
Run tests
1 failed
[webkit] › theme.spec.ts:114:7 › Theme switching › All themes render correctly ─────────────────
317 passed (31.0m)
|
Loading