インボイス対応 #613
Annotations
2 errors 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.
|
Run to E2E testing
1 failed
[chromium] › test/installer/installer.test.ts:103:7 › インストーラのテストをします › トップページを確認します ============
10 passed (15s)
|
The logs for this run have expired and are no longer available.
Loading