Update buttons in collection details page #3991
pr-automation.yml
on: pull_request
Annotations
4 errors, 1 warning, and 9 notices
[e2e] › attributes.spec.ts:163:7 › TC: SALEOR_128 User should be able to edit existing e2e product attribute to be updated 1 attribute @e2e @attributes:
playwright/tests/attributes.spec.ts#L183
1) [e2e] › attributes.spec.ts:163:7 › TC: SALEOR_128 User should be able to edit existing e2e product attribute to be updated 1 attribute @e2e @attributes
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('metadata-key-input').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('metadata-key-input').first()
181 | await expect(attributesPage.attributeSelect).toBeVisible();
182 | await expect(attributesPage.attributeSelect).toHaveAttribute("aria-disabled", "true");
> 183 | await expect(attributesPage.metadataKeyInput).toBeVisible();
| ^
184 | await expect(attributesPage.metadataKeyInput).toHaveValue("new key");
185 | await expect(attributesPage.metadataValueInput).toHaveValue("new value");
186 | await expect(attributesPage.attributeDefaultLabelInput).toHaveValue(`updated ${attr.name}`);
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:183:51
|
run-tests (1/2)
Process completed with exit code 1.
|
[e2e] › translations.spec.ts:30:5 › TC: SALEOR_122 Should be able to edit translation @e2e @translations:
playwright/pages/basePage.ts#L117
1) [e2e] › translations.spec.ts:30:5 › TC: SALEOR_122 Should be able to edit translation @e2e @translations
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('[data-test-type="success"]').first() to be visible
at ../pages/basePage.ts:117
115 | .waitFor({ state: "visible", timeout: options.timeout });
116 | } else {
> 117 | await this.successBanner.first().waitFor({ state: "visible", timeout: options.timeout });
| ^
118 | }
119 |
120 | await expect(this.errorBanner, "No error banner should be visible").not.toBeVisible();
at TranslationsPage.expectSuccessBanner (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:117:40)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/translations.spec.ts:51:26
|
run-tests (2/2)
Process completed with exit code 1.
|
Slow Test:
[e2e] › staffMemberActivation.spec.ts#L1
[e2e] › staffMemberActivation.spec.ts took 18.6s
|
BASE_URL
https://pr-5343.dashboard.saleor.rocks
|
API_URL
https://pr-5343.staging.saleor.cloud/graphql/
|
POOL_NAME
pr-5343
|
POOL_INSTANCE
https://pr-5343.staging.saleor.cloud
|
BACKUP_NAMESPACE
snapshot-automation-tests
|
SNAPSHOT
backup_id=Ag5xJXHh, version=3.21.0a0, name=snapshot-automation-tests
|
SALEOR_CLOUD_SERVICE
saleor-master-staging
|
🎭 Playwright Run Summary
1 failed
[e2e] › attributes.spec.ts:163:7 › TC: SALEOR_128 User should be able to edit existing e2e product attribute to be updated 1 attribute @e2e @attributes
117 passed (5.0m)
|
🎭 Playwright Run Summary
1 failed
[e2e] › translations.spec.ts:30:5 › TC: SALEOR_122 Should be able to edit translation @e2e @translations
116 passed (5.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports-1
Expired
|
3.59 MB |
|
all-blob-reports-2
Expired
|
2.71 MB |
|
html-report--attempt-1
Expired
|
6.72 MB |
|