fix: use correct system-config endpoint #498
test.yml
on: pull_request
eslint
12s
Validate all commits
5s
build
18s
test-saas
4m 58s
Matrix: test
Annotations
4 errors, 7 warnings, and 3 notices
[chromium] › PageObjects/AdministrationGeneral.spec.ts:3:1 › Administration page objects - General.:
tests/PageObjects/AdministrationGeneral.spec.ts#L26
1) [chromium] › PageObjects/AdministrationGeneral.spec.ts:3:1 › Administration page objects - General.
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.sw-customer-list__button-create')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.sw-customer-list__button-create')
24 |
25 | await ShopAdmin.goesTo(AdminCustomerListing.url());
> 26 | await ShopAdmin.expects(AdminCustomerListing.addCustomerButton).toBeVisible();
| ^
27 |
28 | await ShopAdmin.goesTo(AdminManufacturerListing.url());
29 | await ShopAdmin.expects(AdminManufacturerListing.addManufacturerButton).toBeVisible();
at /home/runner/work/acceptance-test-suite/acceptance-test-suite/tests/PageObjects/AdministrationGeneral.spec.ts:26:69
|
test-saas
Process completed with exit code 1.
|
[chromium] › PageObjects/StorefrontPageObjects.spec.ts:3:1 › Storefront page objects:
tests/PageObjects/StorefrontPageObjects.spec.ts#L29
1) [chromium] › PageObjects/StorefrontPageObjects.spec.ts:3:1 › Storefront page objects ──────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Sorting')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Sorting')
27 |
28 | await ShopCustomer.goesTo(StorefrontCategory.url(category.name));
> 29 | await ShopCustomer.expects(StorefrontCategory.sortingSelect).toBeVisible();
| ^
30 |
31 | const searchTerm = 'product';
32 | await ShopCustomer.goesTo(StorefrontSearch.url(searchTerm));
at /home/runner/work/acceptance-test-suite/acceptance-test-suite/tests/PageObjects/StorefrontPageObjects.spec.ts:29:66
|
test (shopware, http://localhost:8011)
Process completed with exit code 1.
|
Validate all commits
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
eslint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-saas
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (shopware, http://localhost:8011)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (shopware-65, http://localhost:8021)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (shopware-65, http://localhost:8021)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
1 failed
[chromium] › PageObjects/AdministrationGeneral.spec.ts:3:1 › Administration page objects - General.
2 skipped
19 passed (3.6m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › PageObjects/StorefrontPageObjects.spec.ts:3:1 › Storefront page objects ───────────
4 skipped
39 passed (3.7m)
|
🎭 Playwright Run Summary
4 skipped
40 passed (3.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report-shopware
|
2.42 MB |
|