Run test manually #281
Annotations
3 errors, 2 warnings, and 1 notice
playwright/tests/attributes.spec.ts#L1
1) [e2e] › attributes.spec.ts:165:7 › TC: SALEOR_128 User should be able to edit existing e2e product attribute to be updated 1 attribute @e2e @attributes
Test timeout of 30000ms exceeded.
|
playwright/pages/attributesPage.ts#L93
1) [e2e] › attributes.spec.ts:165:7 › TC: SALEOR_128 User should be able to edit existing e2e product attribute to be updated 1 attribute @e2e @attributes
Error: locator.waitFor: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('page-header').getByText('e2e product attribute to be updated 1') to be visible
at ../pages/attributesPage.ts:93
91 | await console.log(`Navigates to existing attribute page: ${existingAttributeUrl}`);
92 | await this.page.goto(existingAttributeUrl);
> 93 | await this.pageHeader.getByText(attributeName).waitFor({
| ^
94 | state: "visible",
95 | timeout: 30000,
96 | });
at AttributesPage.gotoExistingAttributePage (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/attributesPage.ts:93:52)
at AttributesPage.waitForNetworkIdleAfterAction (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:127:5)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:166:5
|
|
The following actions use a deprecated Node.js version 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/
|
1 failed
[e2e] › attributes.spec.ts:165:7 › TC: SALEOR_128 User should be able to edit existing e2e product attribute to be updated 1 attribute @e2e @attributes
118 passed (6.0m)
|
The logs for this run have expired and are no longer available.
Loading