Bump tar and @types/tar #623
Annotations
2 errors, 2 warnings, and 1 notice
Run to E2E testing:
e2e-tests/test/installer/installer.test.ts#L17
1) [chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します ============
Error: Timed out 5000ms waiting for expect(received).toContainText(expected)
Expected string: "EC-CUBEのインストールを開始します。"
Received string: ""
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('.message')
- waiting for locator('.message')
15 | test('インストーラを表示します', async () => {
16 | await expect(page).toHaveURL(url);
> 17 | await expect(page.locator('.message')).toContainText('EC-CUBEのインストールを開始します。');
| ^
18 | await page.click('text=次へ進む');
19 | });
20 |
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:17:44
|
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/.
|
Upload logs
No files were found with the provided path: html/install/temp/install.log*. No artifacts will be uploaded.
|
Run to E2E testing
1 failed
[chromium] › test/installer/installer.test.ts:15:7 › インストーラのテストをします › インストーラを表示します =============
10 skipped
|
The logs for this run have expired and are no longer available.
Loading