Net_SMTP更新 #1873
Annotations
4 errors and 1 notice
Run to E2E testing:
e2e-tests/test/installer/installer.test.ts#L78
1) [chromium] › test/installer/installer.test.ts:74:7 › インストーラのテストをします › step3 - データベースの初期化をします ──
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.contents').first()
Expected pattern: /○:テーブルの作成に成功しました。/
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.contents').first()
76 | await page.click('text=次へ進む');
77 |
> 78 | await expect(page.locator('.contents').first()).toHaveText(/○:テーブルの作成に成功しました。/);
| ^
79 | await expect(page.locator('.contents').first()).toHaveText(/○:シーケンスの作成に成功しました。/);
80 | await page.click('text=次へ進む');
81 | });
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:78:53
|
Run to E2E testing:
e2e-tests/test/installer/installer.test.ts#L75
1) [chromium] › test/installer/installer.test.ts:74:7 › インストーラのテストをします › step3 - データベースの初期化をします ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('h2').first()
Expected string: "データベースの初期化"
Received string: "データベースの設定"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('h2').first()
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
73 |
74 | test('step3 - データベースの初期化をします', async () => {
> 75 | await expect(page.locator('h2').first()).toHaveText('データベースの初期化');
| ^
76 | await page.click('text=次へ進む');
77 |
78 | await expect(page.locator('.contents').first()).toHaveText(/○:テーブルの作成に成功しました。/);
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:75:46
|
Run to E2E testing:
e2e-tests/test/installer/installer.test.ts#L75
1) [chromium] › test/installer/installer.test.ts:74:7 › インストーラのテストをします › step3 - データベースの初期化をします ──
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('h2').first()
Expected string: "データベースの初期化"
Received string: "データベースの設定"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('h2').first()
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
- locator resolved to <h2>データベースの設定</h2>
- unexpected value "データベースの設定"
73 |
74 | test('step3 - データベースの初期化をします', async () => {
> 75 | await expect(page.locator('h2').first()).toHaveText('データベースの初期化');
| ^
76 | await page.click('text=次へ進む');
77 |
78 | await expect(page.locator('.contents').first()).toHaveText(/○:テーブルの作成に成功しました。/);
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/installer/installer.test.ts:75:46
|
Run to E2E testing
Process completed with exit code 1.
|
Run to E2E testing
1 failed
[chromium] › test/installer/installer.test.ts:74:7 › インストーラのテストをします › step3 - データベースの初期化をします ───
5 did not run
5 passed (21.4s)
|
Loading