feat: add terminal shortcuts — hotkey-triggered clipboard paste #66
quality.yml
on: pull_request
Quality Checks
43s
Tests
2m 2s
Annotations
3 errors and 1 notice
|
Tests
Process completed with exit code 1.
|
|
[chromium] › tests/smoke.spec.ts:38:7 › Smoke Tests › Settings button is clickable:
tests/smoke.spec.ts#L51
2) [chromium] › tests/smoke.spec.ts:38:7 › Smoke Tests › Settings button is clickable ────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('[data-testid="settings-button"]')
Expected: visible
Received: <element(s) not found>
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('[data-testid="settings-button"]')
49 | // Wait for the settings button to be visible
50 | const settingsButton = page.locator('[data-testid="settings-button"]');
> 51 | await expect(settingsButton).toBeVisible({ timeout: 5000 });
| ^
52 |
53 | // Verify the button is enabled and clickable
54 | await expect(settingsButton).toBeEnabled();
at /home/runner/work/Pane/Pane/tests/smoke.spec.ts:51:34
|
|
[chromium] › tests/smoke.spec.ts:19:7 › Smoke Tests › Main UI elements should be visible:
tests/smoke.spec.ts#L31
1) [chromium] › tests/smoke.spec.ts:19:7 › Smoke Tests › Main UI elements should be visible ──────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('[data-testid="sidebar"], .sidebar, aside').first()
Expected: visible
Received: <element(s) not found>
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for locator('[data-testid="sidebar"], .sidebar, aside').first()
29 | // Sidebar should be visible
30 | const sidebar = page.locator('[data-testid="sidebar"], .sidebar, aside').first();
> 31 | await expect(sidebar).toBeVisible({ timeout: 10000 });
| ^
32 |
33 | // Settings button should exist (even if not immediately visible)
34 | const settingsButton = page.locator('[data-testid="settings-button"]');
at /home/runner/work/Pane/Pane/tests/smoke.spec.ts:31:27
|
|
🎭 Playwright Run Summary
2 failed
[chromium] › tests/smoke.spec.ts:19:7 › Smoke Tests › Main UI elements should be visible ───────
[chromium] › tests/smoke.spec.ts:38:7 › Smoke Tests › Settings button is clickable ─────────────
2 passed (28.0s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
373 KB |
sha256:1f1e88a9323f50b355cd1d50c6b7720d189cd1fb65eab4d0a101f395eecfda16
|
|