Penetration testing for EC-CUBE #193
Annotations
3 errors and 1 notice
Upload logs
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Penetration testing:
e2e-tests/pages/contact.page.ts#L32
1) [chromium] › test/front_login/contact.test.ts:27:9 › お問い合わせページのテストをします › テストを実行します[GET] @attack › アクティブスキャンを実行します
TypeError: Cannot read properties of undefined (reading 'locator')
at pages/contact.page.ts:32
30 | this.page = page;
31 | this.url = `${ PlaywrightConfig.use?.baseURL ?? "" }/contact/index.php`;
> 32 | this.confirmButton = page.locator('input[name=confirm][alt=確認ページへ]');
| ^
33 | this.submitButton = page.locator('input[name=send][alt=送信]');
34 | this.name01 = page.locator('input[name=name01]');
35 | this.name02 = page.locator('input[name=name02]');
at ContactPage (/home/runner/work/ec-cube2/ec-cube2/e2e-tests/pages/contact.page.ts:32:31)
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/front_login/contact.test.ts:28:27
|
Penetration testing
Process completed with exit code 1.
|
Penetration testing
1 failed
[chromium] › test/front_login/contact.test.ts:27:9 › お問い合わせページのテストをします › テストを実行します[GET] @attack › アクティブスキャンを実行します
5 did not run
1 passed (3.8s)
|
Loading