Merge pull request #778 from seasoftjapan/seasoft-777 #618
Annotations
2 errors, 1 warning, and 1 notice
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
|
|
|
|
The logs for this run have expired and are no longer available.
Loading