Fix Admin_OwnersStore #1253
Annotations
4 errors, 1 warning, and 1 notice
Run to E2E testing:
e2e-tests/test/admin/ownersstore/plugin_install.test.ts#L40
1) [chromium] › test/admin/ownersstore/plugin_install.test.ts:23:7 › プラグイン管理の確認をします › プラグイン管理画面を確認します
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('table.system-plugin').first().locator('.plugin_name')
Expected string: "PrefilterTransformPlugin"
Received: <element(s) not found>
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('table.system-plugin').first().locator('.plugin_name')
38 | await page.setInputFiles('input[name=plugin_file]', pluginFile);
39 | await page.click('a.btn-action >> text=インストール');
> 40 | await expect(page.locator('table.system-plugin >> nth=0 >> .plugin_name')).toContainText('PrefilterTransformPlugin');
| ^
41 |
42 | // プラグインを有効にします
43 | await page.click('table.system-plugin >> nth=0 >> text=有効にする');
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/admin/ownersstore/plugin_install.test.ts:40:80
|
Run to E2E testing:
e2e-tests/test/admin/ownersstore/plugin_install.test.ts#L40
1) [chromium] › test/admin/ownersstore/plugin_install.test.ts:23:7 › プラグイン管理の確認をします › プラグイン管理画面を確認します
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('table.system-plugin').first().locator('.plugin_name')
Expected string: "PrefilterTransformPlugin"
Received: <element(s) not found>
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('table.system-plugin').first().locator('.plugin_name')
38 | await page.setInputFiles('input[name=plugin_file]', pluginFile);
39 | await page.click('a.btn-action >> text=インストール');
> 40 | await expect(page.locator('table.system-plugin >> nth=0 >> .plugin_name')).toContainText('PrefilterTransformPlugin');
| ^
41 |
42 | // プラグインを有効にします
43 | await page.click('table.system-plugin >> nth=0 >> text=有効にする');
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/admin/ownersstore/plugin_install.test.ts:40:80
|
Run to E2E testing:
e2e-tests/test/admin/ownersstore/plugin_install.test.ts#L40
1) [chromium] › test/admin/ownersstore/plugin_install.test.ts:23:7 › プラグイン管理の確認をします › プラグイン管理画面を確認します
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('table.system-plugin').first().locator('.plugin_name')
Expected string: "PrefilterTransformPlugin"
Received: <element(s) not found>
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('table.system-plugin').first().locator('.plugin_name')
38 | await page.setInputFiles('input[name=plugin_file]', pluginFile);
39 | await page.click('a.btn-action >> text=インストール');
> 40 | await expect(page.locator('table.system-plugin >> nth=0 >> .plugin_name')).toContainText('PrefilterTransformPlugin');
| ^
41 |
42 | // プラグインを有効にします
43 | await page.click('table.system-plugin >> nth=0 >> text=有効にする');
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/admin/ownersstore/plugin_install.test.ts:40:80
|
Run to E2E testing
Process completed with exit code 1.
|
Run to E2E testing:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 56.6s
|
Run to E2E testing
1 failed
[chromium] › test/admin/ownersstore/plugin_install.test.ts:23:7 › プラグイン管理の確認をします › プラグイン管理画面を確認します
47 passed (1.8m)
|
Loading