feat: add contact form page object and other corresponding locators #574
test.yml
on: pull_request
eslint
11s
Validate all commits
13s
build
19s
test-saas
4m 6s
Matrix: test
Annotations
2 errors, 1 warning, and 3 notices
[chromium] › PageObjects/StorefrontPageObjects.spec.ts:3:1 › Storefront page objects:
tests/PageObjects/StorefrontPageObjects.spec.ts#L36
1) [chromium] › PageObjects/StorefrontPageObjects.spec.ts:3:1 › Storefront page objects ──────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('button', { name: 'Log in' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByRole('button', { name: 'Log in' })
34 |
35 | await ShopCustomer.goesTo(StorefrontAccountLogin.url());
> 36 | await ShopCustomer.expects(StorefrontAccountLogin.loginButton).toBeVisible();
| ^
37 | await ShopCustomer.attemptsTo(Login());
38 |
39 | await ShopCustomer.goesTo(StorefrontProductDetail.url(product));
at /home/runner/work/acceptance-test-suite/acceptance-test-suite/tests/PageObjects/StorefrontPageObjects.spec.ts:36:68
|
test (shopware-65, http://localhost:8021)
Process completed with exit code 1.
|
test (shopware, http://localhost:8011)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
2 skipped
20 passed (3.1m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › PageObjects/StorefrontPageObjects.spec.ts:3:1 › Storefront page objects ───────────
4 skipped
39 passed (3.2m)
|
🎭 Playwright Run Summary
4 skipped
40 passed (3.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report-shopware-65
|
2.31 MB |
|