Bump tar and @types/tar #623
Annotations
2 errors, 1 warning, and 1 notice
Run to E2E testing:
e2e-tests/test/installer/installer.test.ts#L105
1) [chromium] › test/installer/installer.test.ts:103:7 › インストーラのテストをします › トップページを確認します ===========
Error: Timed out 5000ms waiting for expect(received).toContainText(expected)
Expected string: "インストール完了後に /install フォルダを削除してください。"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('#errorHeader')
- waiting for locator('#errorHeader')
103 | test('トップページを確認します', async () => {
104 | await page.goto(baseURL);
> 105 | await expect(page.locator('#errorHeader')).toContainText('インストール完了後に /install フォルダを削除してください。');
| ^
106 | });
107 | });
108 |
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:105:48
|
Run to E2E testing
Process completed with exit code 1.
|
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/.
|
Run to E2E testing
1 failed
[chromium] › test/installer/installer.test.ts:103:7 › インストーラのテストをします › トップページを確認します ============
10 passed (13s)
|
The logs for this run have expired and are no longer available.
Loading