build(deps): bump @tanstack/react-query-devtools from 5.100.11 to 5.100.14 #7848
+19
−19
Annotations
2 errors, 1 warning, and 1 notice
|
Run the frontend tests:
src/tests/frontend-new/specs/clear_authorship_color.spec.ts#L70
1) [firefox] › tests/frontend-new/specs/clear_authorship_color.spec.ts:40:5 › clear authorship colors can be undone to restore author colors @feature:clear-authorship
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveAttribute(expected) failed
Locator: locator('#innerdocbody').locator('div span').first()
Expected pattern: /author-/
Received string: ""
Timeout: 5000ms
Call log:
- Expect "toHaveAttribute" with timeout 5000ms
- waiting for locator('#innerdocbody').locator('div span').first()
14 × locator resolved to <span class="">Hello</span>
- unexpected value ""
68 |
69 | // verify authorship is restored and user is not disconnected
> 70 | await expect(padBody.locator('div span').first()).toHaveAttribute('class', /author-/, {timeout: 5000});
| ^
71 | const disconnected = page.locator('.disconnected, .unreachable');
72 | await expect(disconnected).not.toBeVisible();
73 | });
at /home/runner/work/etherpad/etherpad/src/tests/frontend-new/specs/clear_authorship_color.spec.ts:70:53
|
|
Run the frontend tests:
src/tests/frontend-new/specs/clear_authorship_color.spec.ts#L70
1) [firefox] › tests/frontend-new/specs/clear_authorship_color.spec.ts:40:5 › clear authorship colors can be undone to restore author colors @feature:clear-authorship
Error: expect(locator).toHaveAttribute(expected) failed
Locator: locator('#innerdocbody').locator('div span').first()
Expected pattern: /author-/
Received string: ""
Timeout: 5000ms
Call log:
- Expect "toHaveAttribute" with timeout 5000ms
- waiting for locator('#innerdocbody').locator('div span').first()
14 × locator resolved to <span class="">Hello</span>
- unexpected value ""
68 |
69 | // verify authorship is restored and user is not disconnected
> 70 | await expect(padBody.locator('div span').first()).toHaveAttribute('class', /author-/, {timeout: 5000});
| ^
71 | const disconnected = page.locator('.disconnected, .unreachable');
72 | await expect(disconnected).not.toBeVisible();
73 | });
at /home/runner/work/etherpad/etherpad/src/tests/frontend-new/specs/clear_authorship_color.spec.ts:70:53
|
|
Run actions/upload-artifact@v7
No files were found with the provided path: src/playwright-report/. No artifacts will be uploaded.
|
|
Run the frontend tests
1 flaky
[firefox] › tests/frontend-new/specs/clear_authorship_color.spec.ts:40:5 › clear authorship colors can be undone to restore author colors @feature:clear-authorship
2 skipped
247 passed (4.3m)
|
background
wait
wait-all
cancel
Loading