Bump friendsofphp/php-cs-fixer from 3.9.5 to 3.64.0 #1725
Annotations
6 errors and 1 notice
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
|
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
|
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
|
|
unable to access 'https://github.com/EC-CUBE/ec-cube2/': Failed to connect to github.com port 443 after 134136 ms: Connection timed out
|
unable to access 'https://github.com/EC-CUBE/ec-cube2/': Failed to connect to github.com port 443 after 133395 ms: Connection timed out
|
|
The logs for this run have expired and are no longer available.
Loading