Add selection word count to status bar (issue #458) - #466
Open
abhisheksoni27 wants to merge 3 commits into
Open
Annotations
10 errors, 1 warning, and 1 notice
|
tests/playwright/markdown.spec.js#L61
2) [firefox] › tests/playwright/markdown.spec.js:46:5 › fenced Markdown code blocks are syntax highlighted by language
Error: locator.evaluate: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.cm-content span:has-text(\'class\')').first()
59 | await page.waitForTimeout(300)
60 |
> 61 | const classToken = await page.locator("css=.cm-content span:has-text('class')").first().evaluate(el => el.className)
| ^
62 | const strictModelToken = await page.locator("css=.cm-content span:has-text('StrictModel')").first().evaluate(el => el.className)
63 | const defToken = await page.locator("css=.cm-content span:has-text('def')").first().evaluate(el => el.className)
64 |
at /home/runner/work/heynote/heynote/tests/playwright/markdown.spec.js:61:93
|
|
tests/playwright/markdown.spec.js#L0
2) [firefox] › tests/playwright/markdown.spec.js:46:5 › fenced Markdown code blocks are syntax highlighted by language
Test timeout of 30000ms exceeded.
|
|
tests/playwright/markdown.spec.js#L61
1) [chromium] › tests/playwright/markdown.spec.js:46:5 › fenced Markdown code blocks are syntax highlighted by language
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.evaluate: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.cm-content span:has-text(\'class\')').first()
59 | await page.waitForTimeout(300)
60 |
> 61 | const classToken = await page.locator("css=.cm-content span:has-text('class')").first().evaluate(el => el.className)
| ^
62 | const strictModelToken = await page.locator("css=.cm-content span:has-text('StrictModel')").first().evaluate(el => el.className)
63 | const defToken = await page.locator("css=.cm-content span:has-text('def')").first().evaluate(el => el.className)
64 |
at /home/runner/work/heynote/heynote/tests/playwright/markdown.spec.js:61:93
|
|
tests/playwright/markdown.spec.js#L0
1) [chromium] › tests/playwright/markdown.spec.js:46:5 › fenced Markdown code blocks are syntax highlighted by language
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
tests/playwright/markdown.spec.js#L61
1) [chromium] › tests/playwright/markdown.spec.js:46:5 › fenced Markdown code blocks are syntax highlighted by language
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.evaluate: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.cm-content span:has-text(\'class\')').first()
59 | await page.waitForTimeout(300)
60 |
> 61 | const classToken = await page.locator("css=.cm-content span:has-text('class')").first().evaluate(el => el.className)
| ^
62 | const strictModelToken = await page.locator("css=.cm-content span:has-text('StrictModel')").first().evaluate(el => el.className)
63 | const defToken = await page.locator("css=.cm-content span:has-text('def')").first().evaluate(el => el.className)
64 |
at /home/runner/work/heynote/heynote/tests/playwright/markdown.spec.js:61:93
|
|
tests/playwright/markdown.spec.js#L0
1) [chromium] › tests/playwright/markdown.spec.js:46:5 › fenced Markdown code blocks are syntax highlighted by language
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
tests/playwright/markdown.spec.js#L61
1) [chromium] › tests/playwright/markdown.spec.js:46:5 › fenced Markdown code blocks are syntax highlighted by language
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.evaluate: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.cm-content span:has-text(\'class\')').first()
59 | await page.waitForTimeout(300)
60 |
> 61 | const classToken = await page.locator("css=.cm-content span:has-text('class')").first().evaluate(el => el.className)
| ^
62 | const strictModelToken = await page.locator("css=.cm-content span:has-text('StrictModel')").first().evaluate(el => el.className)
63 | const defToken = await page.locator("css=.cm-content span:has-text('def')").first().evaluate(el => el.className)
64 |
at /home/runner/work/heynote/heynote/tests/playwright/markdown.spec.js:61:93
|
|
tests/playwright/markdown.spec.js#L0
1) [chromium] › tests/playwright/markdown.spec.js:46:5 › fenced Markdown code blocks are syntax highlighted by language
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
tests/playwright/markdown.spec.js#L61
1) [chromium] › tests/playwright/markdown.spec.js:46:5 › fenced Markdown code blocks are syntax highlighted by language
Error: locator.evaluate: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.cm-content span:has-text(\'class\')').first()
59 | await page.waitForTimeout(300)
60 |
> 61 | const classToken = await page.locator("css=.cm-content span:has-text('class')").first().evaluate(el => el.className)
| ^
62 | const strictModelToken = await page.locator("css=.cm-content span:has-text('StrictModel')").first().evaluate(el => el.className)
63 | const defToken = await page.locator("css=.cm-content span:has-text('def')").first().evaluate(el => el.className)
64 |
at /home/runner/work/heynote/heynote/tests/playwright/markdown.spec.js:61:93
|
|
tests/playwright/markdown.spec.js#L0
1) [chromium] › tests/playwright/markdown.spec.js:46:5 › fenced Markdown code blocks are syntax highlighted by language
Test timeout of 30000ms exceeded.
|
|
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
3 failed
[chromium] › tests/playwright/markdown.spec.js:46:5 › fenced Markdown code blocks are syntax highlighted by language
[firefox] › tests/playwright/markdown.spec.js:46:5 › fenced Markdown code blocks are syntax highlighted by language
[webkit] › tests/playwright/markdown.spec.js:46:5 › fenced Markdown code blocks are syntax highlighted by language
14 skipped
520 passed (13.1m)
|
The logs for this run have expired and are no longer available.
Loading