feat: Theming - Spectrum variable mapping and light theme #2077
Annotations
3 errors, 5 warnings, and 1 notice
Run Playwright tests:
tests/context-menu.spec.ts#L1
1) [chromium] › context-menu.spec.ts:106:5 › advanced filters ────────────────────────────────────
Test timeout of 120000ms exceeded.
|
Run Playwright tests:
tests/context-menu.spec.ts#L57
1) [chromium] › context-menu.spec.ts:106:5 › advanced filters ────────────────────────────────────
Error: locator.click: Target crashed
=========================== logs ===========================
waiting for locator('.console-input')
============================================================
55 | test.afterEach(async ({ page }) => {
56 | const consoleInput = page.locator('.console-input');
> 57 | await consoleInput.click();
| ^
58 |
59 | const command = `del ${tableName}`;
60 | await pasteInMonaco(consoleInput, command);
at /home/runner/work/web-client-ui/web-client-ui/tests/context-menu.spec.ts:57:22
|
Run Playwright tests:
tests/context-menu.spec.ts#L1
1) [chromium] › context-menu.spec.ts:106:5 › advanced filters ────────────────────────────────────
Pending operations:
- locator.click at tests/context-menu.spec.ts:15:6
|
Run Playwright tests:
[webkit] › styleguide.spec.ts#L1
[webkit] › styleguide.spec.ts took 6.2m
|
Run Playwright tests:
[chromium] › context-menu.spec.ts#L1
[chromium] › context-menu.spec.ts took 3.1m
|
Run Playwright tests:
[firefox] › styleguide.spec.ts#L1
[firefox] › styleguide.spec.ts took 2.3m
|
Run Playwright tests:
[webkit] › table-operations.spec.ts#L1
[webkit] › table-operations.spec.ts took 2.3m
|
Run Playwright tests:
[chromium] › styleguide.spec.ts#L1
[chromium] › styleguide.spec.ts took 2.0m
|
Run Playwright tests
1 flaky
[chromium] › context-menu.spec.ts:106:5 › advanced filters ─────────────────────────────────────
242 passed (23.5m)
|
The logs for this run have expired and are no longer available.
Loading