Run test manually #287
Annotations
10 errors, 2 warnings, and 1 notice
Run playwright tests:
playwright/tests/attributes.spec.ts#L1
1) [e2e] › attributes.spec.ts:59:9 › TC: SALEOR_125 User should be able to create PRODUCT_TYPE Numeric attribute without ability to add values, NOT required, private @e2e @attributes
SyntaxError: Error reading storage state from /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/.auth/admin.json:
Unexpected end of JSON input
|
Run playwright tests:
playwright/tests/attributes.spec.ts#L1
2) [e2e] › attributes.spec.ts:136: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 35000ms exceeded.
|
Run playwright tests:
playwright/pages/attributesPage.ts#L136
2) [e2e] › attributes.spec.ts:136: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 35000ms 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:136
134 | .filter({ hasText: attrName })
135 | .locator(this.deleteAttributeValueButton)
> 136 | .click();
| ^
137 | }
138 |
139 | async clickOnExistingAttrValue(attrName: string) {
at AttributesPage.clickDeleteAttrValueButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/attributesPage.ts:136:8)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:140:26
|
Run playwright tests:
playwright/tests/attributes.spec.ts#L1
3) [e2e] › attributes.spec.ts:136: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 35000ms exceeded.
|
Run playwright tests:
playwright/pages/attributesPage.ts#L136
3) [e2e] › attributes.spec.ts:136: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 35000ms 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:136
134 | .filter({ hasText: attrName })
135 | .locator(this.deleteAttributeValueButton)
> 136 | .click();
| ^
137 | }
138 |
139 | async clickOnExistingAttrValue(attrName: string) {
at AttributesPage.clickDeleteAttrValueButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/attributesPage.ts:136:8)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:140:26
|
Run playwright tests:
playwright/pages/attributesPage.ts#L93
4) [e2e] › attributes.spec.ts:196:7 › TC: SALEOR_129 Delete a single e2e product attribute to be deleted @e2e @attributes
Error: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for getByTestId('page-header').getByText('e2e product attribute to be deleted') 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 /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:197:5
|
Run playwright tests:
playwright/pages/attributesPage.ts#L93
5) [e2e] › attributes.spec.ts:196:7 › TC: SALEOR_129 Delete a single e2e content attribute to be deleted @e2e @attributes
Error: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for getByTestId('page-header').getByText('e2e content attribute to be deleted') 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 /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:197:5
|
Run playwright tests:
playwright/tests/attributes.spec.ts#L1
6) [e2e] › attributes.spec.ts:211:5 › TC: SALEOR_130 Bulk delete attributes @e2e @attributes ─────
Test timeout of 35000ms exceeded.
|
Run playwright tests:
playwright/pages/basePage.ts#L240
6) [e2e] › attributes.spec.ts:211:5 › TC: SALEOR_130 Bulk delete attributes @e2e @attributes ─────
Error: locator.waitFor: Test timeout of 35000ms exceeded.
Call log:
- waiting for locator('[data-testid="data-grid-canvas"]').locator('table tr').first()
at ../pages/basePage.ts:240
238 | await this.waitForDOMToFullyLoad();
239 |
> 240 | await this.gridCanvas.locator("table tr").first().waitFor({ state: "attached" });
| ^
241 |
242 | await this.page.waitForSelector("table tr", { state: "attached" });
243 |
at AttributesPage.findRowIndexBasedOnText (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:240:55)
at AttributesPage.searchAndFindRowIndexes (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:265:12)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:213:3
|
Run playwright tests:
playwright/pages/basePage.ts#L274
7) [e2e] › categories.spec.ts:33:5 › TC: SALEOR_104 Bulk delete categories @e2e @category ────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 2
at ../pages/basePage.ts:274
272 | await this.clickGridCell(0, rowIndex);
273 | }
> 274 | await expect(searchText.length).toEqual(rowIndexes.length);
| ^
275 | }
276 |
277 | async clickListRowBasedOnContainingText(searchText: string) {
at CategoriesPage.checkListRowsBasedOnContainingText (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:274:37)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/categories.spec.ts:36:3
|
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/
|
Run playwright tests
10 failed
[e2e] › attributes.spec.ts:59:9 › TC: SALEOR_125 User should be able to create PRODUCT_TYPE Numeric attribute without ability to add values, NOT required, private @e2e @attributes
[e2e] › attributes.spec.ts:136:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e product attribute to be updated attribute @e2e @attributes
[e2e] › attributes.spec.ts:136:7 › TC: SALEOR_127 User should be able to update attribute values in existing e2e content attribute to be updated attribute @e2e @attributes
[e2e] › attributes.spec.ts:196:7 › TC: SALEOR_129 Delete a single e2e product attribute to be deleted @e2e @attributes
[e2e] › attributes.spec.ts:196:7 › TC: SALEOR_129 Delete a single e2e content attribute to be deleted @e2e @attributes
[e2e] › attributes.spec.ts:211:5 › TC: SALEOR_130 Bulk delete attributes @e2e @attributes ──────
[e2e] › categories.spec.ts:33:5 › TC: SALEOR_104 Bulk delete categories @e2e @category ─────────
[e2e] › channels.spec.ts:57:5 › TC: SALEOR_98 Edit channel - transaction flow, allow unpaid, authorize, prio high stock @e2e @channels
[e2e] › collections.spec.ts:30:5 › TC: SALEOR_113 Edit collection: assign product @collections @e2e
[e2e] › collections.spec.ts:48:5 › TC: SALEOR_114 Bulk delete collections @collections @e2e ────
3 interrupted
[e2e] › channels.spec.ts:69:5 › TC: SALEOR_99 Delete channel @e2e @channels ────────────────────
[e2e] › customers.spec.ts:31:5 › TC: SALEOR_199 Create customer @e2e @customer ─────────────────
[e2e] › customers.spec.ts:59:5 › TC: SALEOR_200 As an admin I should not be able to create customer with duplicated email @e2e @customer
59 did not run
47 passed (3.1m)
|
Loading