Add "Skip NOW/DOING?" setting #38
Annotations
3 errors, 2 warnings, and 1 notice
Run Playwright tests
Testing stopped early after 1 maximum allowed failures.
|
Run Playwright tests:
e2e-tests/install.spec.ts#L8
1) install.spec.ts:4:5 › verifying the plugin is installed ───────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.installed h3 span')
Expected string: "logseq-cycle-todo-dwim"
Received string: "Cycle TODO (Do What I Mean)"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.installed h3 span')
7 × locator resolved to <span class="l link-block cursor-pointer">Cycle TODO (Do What I Mean)</span>
- unexpected value "Cycle TODO (Do What I Mean)"
6 | await page.keyboard.press('Escape')
7 | await page.keyboard.press('t+p')
> 8 | await expect(page.locator('.installed h3 span')).toHaveText(
| ^
9 | 'logseq-cycle-todo-dwim'
10 | )
11 | })
at /home/runner/work/logseq-cycle-todo-dwim/logseq-cycle-todo-dwim/e2e-tests/install.spec.ts:8:52
|
Run Playwright tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests:
cycle-todo-dwim.spec.ts#L1
cycle-todo-dwim.spec.ts took 21.0s
|
Run Playwright tests
1 failed
install.spec.ts:4:5 › verifying the plugin is installed ────────────────────────────────────────
6 passed (35.0s)
|
Loading