Fixed incompatiblity in moment js #9
test-and-release.yml
on: push
backend
/
with Plugins
1m 29s
frontend
/
test-frontend
2m 31s
release
/
publish-npm
27s
Annotations
2 errors, 6 warnings, and 1 notice
[chromium] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right:
src/tests/frontend-new/specs/alphabet.spec.ts#L4
1) [chromium] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
Test timeout of 90000ms exceeded while running "beforeEach" hook.
2 | import {clearPadContent, getPadBody, getPadOuter, goToNewPad} from "../helper/padHelper";
3 |
> 4 | test.beforeEach(async ({ page })=>{
| ^
5 | // create a new pad before each test run
6 | await goToNewPad(page);
7 | })
at /home/runner/work/ep_comments_page/ep_comments_page/src/tests/frontend-new/specs/alphabet.spec.ts:4:6
|
[chromium] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right:
src/tests/frontend-new/helper/padHelper.ts#L120
1) [chromium] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
Error: page.waitForSelector: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('iframe[name="ace_outer"]') to be visible
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="ace_outer" src="../static/empty.html"></iframe>
- locator resolved to hidden <iframe title="Ether" frameborder="0" name="
|
backend / with Plugins
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
backend / with Plugins
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
frontend / test-frontend
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
frontend / test-frontend
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
frontend / test-frontend
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
release / publish-npm
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
🎭 Playwright Run Summary
1 flaky
[chromium] › specs/alphabet.spec.ts:12:9 › All the alphabet works n stuff › when you enter any char it appears right
91 passed (1.6m)
|