Add docker-compose merge file for production build #852
Annotations
1 error, 2 warnings, and 1 notice
Playwright E2E Tests:
test/e2e/tests/editor/editor.comments.spec.ts#L99
1) [firefox] › editor/editor.comments.spec.ts:9:7 › Lexicon Editor Comments › Creating and viewing comments › Like and change state
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: locator('.commentListContainer > div:nth-child(2) .commentContainer').locator('.comment-actions .btn-todo > div:visible').locator('.mark-todo')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for locator('.commentListContainer > div:nth-child(2) .commentContainer').locator('.comment-actions .btn-todo > div:visible').locator('.mark-todo')
- locator resolved to <div class="mark-todo btn-action-icon" data-ng-click=…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mark-todo btn-action-icon" data-ng-click=…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mark-todo btn-action-icon" data-ng-click=…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mark-todo btn-action-icon" data-ng-click=…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mark-todo btn-action-icon" data-ng-click=…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mark-todo btn-action-icon" data-ng-click=…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mark-todo btn-action-icon" data-ng-click=…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mark-todo btn-action-icon" data-ng-click=…>…</div>
- unexpected value "visible"
- locator resolved to <div class="mark-todo btn-action-icon" data-ng-click=…>…</div>
- unexpected value "visible"
97 | await expect(comment2.stateButton.openToDo).not.toBeVisible();
98 | await comment2.stateButton.markToDo.click();
> 99 | await expect(comment2.stateButton.markToDo).not.toBeVisible();
| ^
100 | await expect(comment2.stateButton.resolveToDo).toBeVisible();
101 | await expect(comment2.stateButton.openToDo).not.toBeVisible();
102 | await comment2.stateButton.resolveToDo.click();
at /home/runner/work/web-languageforge/web-languageforge/test/e2e/tests/editor/editor.comments.spec.ts:99:55
at /home/runner/work/web-languageforge/web-languageforge/test/e2e/tests/editor/editor.comments.spec.ts:85:5
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "test-results-chromium-1", "test-results-chromium-2", "test-results-chromium-3", "test-results-chromium-4", "test-results-chromium-5", "test-results-chromium-6", "test-results-firefox-1", "test-results-firefox-2", "test-results-firefox-3", "test-results-firefox-4", "test-results-firefox-5", "test-results-firefox-6".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Playwright E2E Tests
1 flaky
[firefox] › editor/editor.comments.spec.ts:9:7 › Lexicon Editor Comments › Creating and viewing comments
15 passed (3.1m)
|
The logs for this run have expired and are no longer available.
Loading