Bump PNPM version to 9.11.0 (#1837) #395
Annotations
1 error and 1 notice
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
|
|
The logs for this run have expired and are no longer available.
Loading