npm(deps): bump downshift from 9.0.10 to 9.0.12 #538
Annotations
4 errors and 1 notice
|
Run tests
Process completed with exit code 1.
|
|
Run tests:
tests/e2e/editorial-comments.spec.js#L21
1) [chromium] › tests/e2e/editorial-comments.spec.js:7:2 › Editorial Comments › expects a user can create an editorial comment on a post
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#ef-comment_respond') to be visible
24 × locator resolved to hidden <a href="#" id="ef-comment_respond" title=" Respond to this post" class="button-primary alignright hide-if-no-js" onclick="editorialCommentReply.open();return false;">…</a>
19 |
20 | // Wait for editorial comments section to be ready
> 21 | await page.locator('#ef-comment_respond').waitFor();
| ^
22 |
23 | const COMMENT_TEXT = 'Hello';
24 |
at /home/runner/work/edit-flow/edit-flow/tests/e2e/editorial-comments.spec.js:21:45
|
|
Run tests:
tests/e2e/editorial-comments.spec.js#L21
1) [chromium] › tests/e2e/editorial-comments.spec.js:7:2 › Editorial Comments › expects a user can create an editorial comment on a post
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#ef-comment_respond') to be visible
24 × locator resolved to hidden <a href="#" id="ef-comment_respond" title=" Respond to this post" class="button-primary alignright hide-if-no-js" onclick="editorialCommentReply.open();return false;">…</a>
19 |
20 | // Wait for editorial comments section to be ready
> 21 | await page.locator('#ef-comment_respond').waitFor();
| ^
22 |
23 | const COMMENT_TEXT = 'Hello';
24 |
at /home/runner/work/edit-flow/edit-flow/tests/e2e/editorial-comments.spec.js:21:45
|
|
Run tests:
tests/e2e/editorial-comments.spec.js#L21
1) [chromium] › tests/e2e/editorial-comments.spec.js:7:2 › Editorial Comments › expects a user can create an editorial comment on a post
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#ef-comment_respond') to be visible
24 × locator resolved to hidden <a href="#" id="ef-comment_respond" title=" Respond to this post" class="button-primary alignright hide-if-no-js" onclick="editorialCommentReply.open();return false;">…</a>
19 |
20 | // Wait for editorial comments section to be ready
> 21 | await page.locator('#ef-comment_respond').waitFor();
| ^
22 |
23 | const COMMENT_TEXT = 'Hello';
24 |
at /home/runner/work/edit-flow/edit-flow/tests/e2e/editorial-comments.spec.js:21:45
|
|
Run tests
1 failed
[chromium] › tests/e2e/editorial-comments.spec.js:7:2 › Editorial Comments › expects a user can create an editorial comment on a post
10 passed (1.1m)
|
Loading