build(deps): bump the production-dependencies group with 12 updates #19
Annotations
2 errors, 1 warning, and 1 notice
Run npm run test:e2e:
specs/editor.spec.ts#L66
1) [chromium] › editor.spec.ts:39:6 › Editor › should duplicate blocks linked together ───────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.wp-block-inseri-core-text-viewer').first().locator('textarea')
Expected string: "hello original world"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.wp-block-inseri-core-text-viewer').first().locator('textarea')
9 × locator resolved to <textarea autocorrect="off" autocomplete="off" spellcheck="false" data-gramm="false" autocapitalize="off" class="npm__react-simple-code-editor__textarea"></textarea>
- unexpected value ""
64 | await secondEditor.locator('textarea').fill('hola alternative world')
65 |
> 66 | await expect(firstViewer.locator('textarea')).toHaveText('hello original world')
| ^
67 | await expect(secondViewer.locator('textarea')).toHaveText('hola alternative world')
68 | })
69 | })
at /home/runner/work/inseri-core-wp/inseri-core-wp/specs/editor.spec.ts:66:49
|
Run npm run test:e2e:
specs/editor.spec.ts#L66
1) [chromium] › editor.spec.ts:39:6 › Editor › should duplicate blocks linked together ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.wp-block-inseri-core-text-viewer').first().locator('textarea')
Expected string: "hello original world"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.wp-block-inseri-core-text-viewer').first().locator('textarea')
9 × locator resolved to <textarea autocorrect="off" autocomplete="off" spellcheck="false" data-gramm="false" autocapitalize="off" class="npm__react-simple-code-editor__textarea"></textarea>
- unexpected value ""
64 | await secondEditor.locator('textarea').fill('hola alternative world')
65 |
> 66 | await expect(firstViewer.locator('textarea')).toHaveText('hello original world')
| ^
67 | await expect(secondViewer.locator('textarea')).toHaveText('hola alternative world')
68 | })
69 | })
at /home/runner/work/inseri-core-wp/inseri-core-wp/specs/editor.spec.ts:66:49
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run npm run test:e2e
1 flaky
[chromium] › editor.spec.ts:39:6 › Editor › should duplicate blocks linked together ────────────
31 passed (4.1m)
|
Loading