Run test manually #185
Annotations
10 errors, 2 warnings, and 1 notice
playwright/tests/apps.spec.ts#L56
1) [chromium] › apps.spec.ts:52:5 › TC: SALEOR_120 User should be able to delete thirdparty app @e2e
Error: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for getByTestId('page-header') to be visible
54 | appPage.goToExistingAppPage(APPS.appToBeDeleted.id),
55 | );
> 56 | await appPage.pageHeader.waitFor({ state: "visible", timeout: 10000 });
| ^
57 | await expect(appPage.pageHeader).toContainText("Saleor QA App");
58 | await appPage.deleteButton.click();
59 | await appPage.deleteAppDialog.clickDeleteButton();
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/apps.spec.ts:56:28
|
playwright/tests/apps.spec.ts#L56
1) [chromium] › apps.spec.ts:52:5 › TC: SALEOR_120 User should be able to delete thirdparty app @e2e
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for getByTestId('page-header') to be visible
54 | appPage.goToExistingAppPage(APPS.appToBeDeleted.id),
55 | );
> 56 | await appPage.pageHeader.waitFor({ state: "visible", timeout: 10000 });
| ^
57 | await expect(appPage.pageHeader).toContainText("Saleor QA App");
58 | await appPage.deleteButton.click();
59 | await appPage.deleteAppDialog.clickDeleteButton();
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/apps.spec.ts:56:28
|
playwright/tests/apps.spec.ts#L56
1) [chromium] › apps.spec.ts:52:5 › TC: SALEOR_120 User should be able to delete thirdparty app @e2e
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for getByTestId('page-header') to be visible
54 | appPage.goToExistingAppPage(APPS.appToBeDeleted.id),
55 | );
> 56 | await appPage.pageHeader.waitFor({ state: "visible", timeout: 10000 });
| ^
57 | await expect(appPage.pageHeader).toContainText("Saleor QA App");
58 | await appPage.deleteButton.click();
59 | await appPage.deleteAppDialog.clickDeleteButton();
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/apps.spec.ts:56:28
|
playwright/tests/attributes.spec.ts#L1
2) [chromium] › attributes.spec.ts:135:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e product attribute to be updated attribute @e2e @attributes
Test timeout of 30000ms exceeded.
|
playwright/pages/attributesPage.ts#L135
2) [chromium] › attributes.spec.ts:135:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e product attribute to be updated attribute @e2e @attributes
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('attributes-rows').filter({ hasText: 'e2e product attribute value to be deleted' }).locator(getByTestId('delete-attribute-value-button'))
at ../pages/attributesPage.ts:135
133 | .filter({ hasText: attrName })
134 | .locator(this.deleteAttributeValueButton)
> 135 | .click();
| ^
136 | }
137 |
138 | async clickOnExistingAttrValue(attrName: string) {
at AttributesPage.clickDeleteAttrValueButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/attributesPage.ts:135:8)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:139:26
|
playwright/tests/attributes.spec.ts#L1
2) [chromium] › attributes.spec.ts:135:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e product attribute to be updated attribute @e2e @attributes
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
playwright/pages/attributesPage.ts#L135
2) [chromium] › attributes.spec.ts:135:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e product attribute to be updated attribute @e2e @attributes
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('attributes-rows').filter({ hasText: 'e2e product attribute value to be deleted' }).locator(getByTestId('delete-attribute-value-button'))
at ../pages/attributesPage.ts:135
133 | .filter({ hasText: attrName })
134 | .locator(this.deleteAttributeValueButton)
> 135 | .click();
| ^
136 | }
137 |
138 | async clickOnExistingAttrValue(attrName: string) {
at AttributesPage.clickDeleteAttrValueButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/attributesPage.ts:135:8)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:139:26
|
playwright/tests/attributes.spec.ts#L1
2) [chromium] › attributes.spec.ts:135:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e product attribute to be updated attribute @e2e @attributes
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
playwright/tests/attributes.spec.ts#L1
3) [chromium] › attributes.spec.ts:135:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e content attribute to be updated attribute @e2e @attributes
Test timeout of 30000ms exceeded.
|
playwright/pages/attributesPage.ts#L135
3) [chromium] › attributes.spec.ts:135:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e content attribute to be updated attribute @e2e @attributes
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('attributes-rows').filter({ hasText: 'e2e content attribute value to be deleted' }).locator(getByTestId('delete-attribute-value-button'))
at ../pages/attributesPage.ts:135
133 | .filter({ hasText: attrName })
134 | .locator(this.deleteAttributeValueButton)
> 135 | .click();
| ^
136 | }
137 |
138 | async clickOnExistingAttrValue(attrName: string) {
at AttributesPage.clickDeleteAttrValueButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/attributesPage.ts:135:8)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:139:26
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3, actions/upload-artifact@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports", "html-report--attempt-1".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
5 failed
[chromium] › apps.spec.ts:52:5 › TC: SALEOR_120 User should be able to delete thirdparty app @e2e
[chromium] › attributes.spec.ts:135:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e product attribute to be updated attribute @e2e @attributes
[chromium] › attributes.spec.ts:135:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e content attribute to be updated attribute @e2e @attributes
[chromium] › attributes.spec.ts:164:7 › TC: SALEOR_128 User should be able to edit existing e2e product attribute to be updated 1 attribute @e2e @attributes
[chromium] › attributes.spec.ts:164:7 › TC: SALEOR_128 User should be able to edit existing e2e content attribute to be updated 2 attribute @e2e @attributes
1 skipped
69 did not run
41 passed (2.9m)
|
The logs for this run have expired and are no longer available.
Loading