#385 のPHP8対応、PHP5対応、軽微な修正、テスト調整 #622
You are viewing an older attempt in the history of this workflow run.
View latest attempt.
e2e-tests.yml
on: pull_request
Matrix: Installer test
Matrix: Run on Linux
Annotations
4 errors, 31 warnings, and 30 notices
[chromium] › test/front_login/shopping/shopping_confirm.test.ts:17:7 › ご注文確認画面のテストをします › ご注文確認画面へ遷移します:
e2e-tests/test/front_login/shopping/shopping_confirm.test.ts#L18
1) [chromium] › test/front_login/shopping/shopping_confirm.test.ts:17:7 › ご注文確認画面のテストをします › ご注文確認画面へ遷移します
Error: expect(received).toContainText(expected)
Expected string: "入力内容のご確認"
Received string: "お支払方法・お届け時間等の指定"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('h2.title')
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- waiting for locator('h2.title')
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
16 |
17 | test('ご注文確認画面へ遷移します', async ({ page }) => {
> 18 | await expect(page.locator('h2.title')).toContainText('入力内容のご確認');
| ^
19 | await expect(page).toHaveURL(/confirm\.php/);
20 | });
21 |
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/front_login/shopping/shopping_confirm.test.ts:18:44
|
[chromium] › test/front_login/shopping/shopping_payment.test.ts:37:7 › お支払方法・お届け時間等の指定画面のテストをします › 注文確認画面へ遷移します:
e2e-tests/test/front_login/shopping/shopping_payment.test.ts#L42
2) [chromium] › test/front_login/shopping/shopping_payment.test.ts:37:7 › お支払方法・お届け時間等の指定画面のテストをします › 注文確認画面へ遷移します
Error: expect(received).toContainText(expected)
Expected string: "入力内容のご確認"
Received string: "お支払方法・お届け時間等の指定"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('h2.title')
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- waiting for locator('h2.title')
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
40 | await paymentPage.fillOut();
41 | await paymentPage.gotoNext();
> 42 | await expect(page.locator('h2.title')).toContainText('入力内容のご確認');
| ^
43 | });
44 |
45 | /** 最新の transactionid で手動リクエストを送信し, HttpMessage を取得します */
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/front_login/shopping/shopping_payment.test.ts:42:44
|
[chromium] › test/front_login/shopping.test.ts:63:7 › 購入フロー(ログイン)のテストをします › 入力内容の確認をします:
e2e-tests/test/front_login/shopping.test.ts#L64
3) [chromium] › test/front_login/shopping.test.ts:63:7 › 購入フロー(ログイン)のテストをします › 入力内容の確認をします =======
Error: expect(received).toContainText(expected)
Expected string: "入力内容のご確認"
Received string: "お支払方法・お届け時間等の指定"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('h2.title')
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- waiting for locator('h2.title')
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
- locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2>
- unexpected value "お支払方法・お届け時間等の指定"
62 |
63 | test('入力内容の確認をします', async () => {
> 64 | await expect(page.locator('h2.title')).toContainText('入力内容のご確認');
| ^
65 | await page.click('[alt=ご注文完了ページへ]');
66 | });
67 |
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/front_login/shopping.test.ts:64:44
|
Run on Linux (test:e2e, test/front_login)
Process completed with exit code 1.
|
Installer test (mysql, 7.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Installer test (mysql, 5.5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Installer test (mysql, 5.6)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Installer test (mysql, 7.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Installer test (mysql, 7.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Installer test (mysql, 5.4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Installer test (mysql, 7.4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Installer test (mysql, 8.1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Installer test (mysql, 7.1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Installer test (mysql, 8.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Installer test (mysql, 8.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Installer test (mysql, 8.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Installer test (pgsql, 5.6)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Installer test (pgsql, 7.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Installer test (pgsql, 5.5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Installer test (pgsql, 5.4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Installer test (pgsql, 7.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Installer test (pgsql, 7.1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Installer test (pgsql, 7.4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Installer test (pgsql, 7.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Installer test (pgsql, 8.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Installer test (pgsql, 8.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Installer test (pgsql, 8.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run on Linux (test:e2e-extends, test/admin)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run on Linux (test:e2e, test/front_guest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Installer test (pgsql, 8.1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run on Linux (test:e2e-extends, test/front_login)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run on Linux (test:e2e, test/admin)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 15s
|
Run on Linux (test:e2e, test/front_login)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run on Linux (test:e2e-extends, test/front_guest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
11 passed (10s)
|
🎭 Playwright Run Summary
11 passed (11s)
|
🎭 Playwright Run Summary
11 passed (10s)
|
🎭 Playwright Run Summary
11 passed (10s)
|
🎭 Playwright Run Summary
11 passed (11s)
|
🎭 Playwright Run Summary
11 passed (11s)
|
🎭 Playwright Run Summary
11 passed (10s)
|
🎭 Playwright Run Summary
11 passed (10s)
|
🎭 Playwright Run Summary
11 passed (10s)
|
🎭 Playwright Run Summary
11 passed (10s)
|
🎭 Playwright Run Summary
11 passed (10s)
|
🎭 Playwright Run Summary
11 passed (10s)
|
🎭 Playwright Run Summary
11 passed (11s)
|
🎭 Playwright Run Summary
11 passed (10s)
|
🎭 Playwright Run Summary
11 passed (9s)
|
🎭 Playwright Run Summary
11 passed (10s)
|
🎭 Playwright Run Summary
11 passed (9s)
|
🎭 Playwright Run Summary
11 passed (9s)
|
🎭 Playwright Run Summary
11 passed (9s)
|
🎭 Playwright Run Summary
11 passed (8s)
|
🎭 Playwright Run Summary
11 passed (10s)
|
🎭 Playwright Run Summary
11 passed (9s)
|
🎭 Playwright Run Summary
11 passed (9s)
|
🎭 Playwright Run Summary
3 passed (16s)
|
🎭 Playwright Run Summary
19 passed (13s)
|
🎭 Playwright Run Summary
11 passed (12s)
|
🎭 Playwright Run Summary
2 passed (7s)
|
🎭 Playwright Run Summary
58 passed (50s)
|
🎭 Playwright Run Summary
3 failed
[chromium] › test/front_login/shopping/shopping_confirm.test.ts:17:7 › ご注文確認画面のテストをします › ご注文確認画面へ遷移します
[chromium] › test/front_login/shopping/shopping_payment.test.ts:37:7 › お支払方法・お届け時間等の指定画面のテストをします › 注文確認画面へ遷移します
[chromium] › test/front_login/shopping.test.ts:63:7 › 購入フロー(ログイン)のテストをします › 入力内容の確認をします ========
2 skipped
34 passed (1m)
|
🎭 Playwright Run Summary
1 passed (5s)
|