[fix] refs #113 dtb_baseinfo のキャッシュが不完全 #552
Annotations
2 errors and 1 notice
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
|
|
|
The logs for this run have expired and are no longer available.
Loading