Run test manually #80
run-test-manual.yml
on: workflow_dispatch
Annotations
20 errors, 4 warnings, and 8 notices
[chromium] › attributes.spec.ts:8:5 › TC: SALEOR_34 User should be able to create Dropdown attribute:
playwright/tests/attributes.spec.ts#L1
1) [chromium] › attributes.spec.ts:8:5 › TC: SALEOR_34 User should be able to create Dropdown attribute, required, Product attribute @basic-regression
Test timeout of 60000ms exceeded.
|
[chromium] › attributes.spec.ts:8:5 › TC: SALEOR_34 User should be able to create Dropdown attribute:
playwright/pages/configurationPage.ts#L68
1) [chromium] › attributes.spec.ts:8:5 › TC: SALEOR_34 User should be able to create Dropdown attribute, required, Product attribute @basic-regression
Error: locator.click: Page closed
=========================== logs ===========================
waiting for locator('[data-test-id*=\'attributes\']')
============================================================
at ../pages/configurationPage.ts:68
66 | }
67 | async openAttributes() {
> 68 | await this.attributesButton.click();
| ^
69 | }
70 | }
71 |
at ConfigurationPage.openAttributes (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/configurationPage.ts:68:33)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:20:27
|
[chromium] › attributes.spec.ts:8:5 › TC: SALEOR_34 User should be able to create Dropdown attribute:
playwright/tests/attributes.spec.ts#L1
1) [chromium] › attributes.spec.ts:8:5 › TC: SALEOR_34 User should be able to create Dropdown attribute, required, Product attribute @basic-regression
Pending operations:
- locator.click at playwright/pages/configurationPage.ts:68:33
|
[chromium] › attributes.spec.ts:8:5 › TC: SALEOR_34 User should be able to create Dropdown attribute:
playwright/tests/attributes.spec.ts#L1
1) [chromium] › attributes.spec.ts:8:5 › TC: SALEOR_34 User should be able to create Dropdown attribute, required, Product attribute @basic-regression
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[chromium] › attributes.spec.ts:8:5 › TC: SALEOR_34 User should be able to create Dropdown attribute:
playwright/pages/configurationPage.ts#L68
1) [chromium] › attributes.spec.ts:8:5 › TC: SALEOR_34 User should be able to create Dropdown attribute, required, Product attribute @basic-regression
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Page closed
=========================== logs ===========================
waiting for locator('[data-test-id*=\'attributes\']')
============================================================
at ../pages/configurationPage.ts:68
66 | }
67 | async openAttributes() {
> 68 | await this.attributesButton.click();
| ^
69 | }
70 | }
71 |
at ConfigurationPage.openAttributes (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/configurationPage.ts:68:33)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:20:27
|
[chromium] › attributes.spec.ts:8:5 › TC: SALEOR_34 User should be able to create Dropdown attribute:
playwright/tests/attributes.spec.ts#L1
1) [chromium] › attributes.spec.ts:8:5 › TC: SALEOR_34 User should be able to create Dropdown attribute, required, Product attribute @basic-regression
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- locator.click at playwright/pages/configurationPage.ts:68:33
|
[chromium] › attributes.spec.ts:8:5 › TC: SALEOR_34 User should be able to create Dropdown attribute:
playwright/tests/attributes.spec.ts#L1
1) [chromium] › attributes.spec.ts:8:5 › TC: SALEOR_34 User should be able to create Dropdown attribute, required, Product attribute @basic-regression
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[chromium] › attributes.spec.ts:8:5 › TC: SALEOR_34 User should be able to create Dropdown attribute:
playwright/pages/configurationPage.ts#L68
1) [chromium] › attributes.spec.ts:8:5 › TC: SALEOR_34 User should be able to create Dropdown attribute, required, Product attribute @basic-regression
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Page closed
=========================== logs ===========================
waiting for locator('[data-test-id*=\'attributes\']')
============================================================
at ../pages/configurationPage.ts:68
66 | }
67 | async openAttributes() {
> 68 | await this.attributesButton.click();
| ^
69 | }
70 | }
71 |
at ConfigurationPage.openAttributes (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/configurationPage.ts:68:33)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:20:27
|
[chromium] › attributes.spec.ts:8:5 › TC: SALEOR_34 User should be able to create Dropdown attribute:
playwright/tests/attributes.spec.ts#L1
1) [chromium] › attributes.spec.ts:8:5 › TC: SALEOR_34 User should be able to create Dropdown attribute, required, Product attribute @basic-regression
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- locator.click at playwright/pages/configurationPage.ts:68:33
|
[chromium] › home.spec.ts:7:5 › TC: SALEOR_29 Correct information on dashboard home page @basic-regression:
playwright/tests/home.spec.ts#L13
2) [chromium] › home.spec.ts:7:5 › TC: SALEOR_29 Correct information on dashboard home page @basic-regression
Error: Timed out 10000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByTestId('app-channel-select')
11 |
12 | await page.goto(URL_LIST.homePage);
> 13 | await expect(homePage.channelSelect).toBeVisible({ timeout: 10000 });
| ^
14 |
15 | await homePage.expectHomePageElementsToBeVisible();
16 | const defaultChannelName = await homePage.channelSelect.innerText();
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/home.spec.ts:13:40
|
[chromium] › singlePermissions/contentPage.spec.ts:24:5 › TC: SALEOR_15 User should be able to navigate to page types list as a staff member using CONTENT aka PAGE permission:
playwright/tests/singlePermissions/contentPage.spec.ts#L33
1) [chromium] › singlePermissions/contentPage.spec.ts:24:5 › TC: SALEOR_15 User should be able to navigate to page types list as a staff member using CONTENT aka PAGE permission
Error: Timed out 10000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('[data-test-id*=\'configuration-menu-taxes\']')
31 |
32 | await page.goto(URL_LIST.configuration);
> 33 | await expect(configurationPage.taxesButton).toBeVisible();
| ^
34 | await expect(configurationPage.pageTypesButton).toBeVisible();
35 | await expect(configurationPage.webhooksAndEventsButton).toBeVisible();
36 |
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/singlePermissions/contentPage.spec.ts:33:47
|
[chromium] › singlePermissions/contentPage.spec.ts:24:5 › TC: SALEOR_15 User should be able to navigate to page types list as a staff member using CONTENT aka PAGE permission:
playwright/tests/singlePermissions/contentPage.spec.ts#L33
1) [chromium] › singlePermissions/contentPage.spec.ts:24:5 › TC: SALEOR_15 User should be able to navigate to page types list as a staff member using CONTENT aka PAGE permission
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('[data-test-id*=\'configuration-menu-taxes\']')
31 |
32 | await page.goto(URL_LIST.configuration);
> 33 | await expect(configurationPage.taxesButton).toBeVisible();
| ^
34 | await expect(configurationPage.pageTypesButton).toBeVisible();
35 | await expect(configurationPage.webhooksAndEventsButton).toBeVisible();
36 |
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/singlePermissions/contentPage.spec.ts:33:47
|
[chromium] › singlePermissions/contentPage.spec.ts:24:5 › TC: SALEOR_15 User should be able to navigate to page types list as a staff member using CONTENT aka PAGE permission:
playwright/tests/singlePermissions/contentPage.spec.ts#L33
1) [chromium] › singlePermissions/contentPage.spec.ts:24:5 › TC: SALEOR_15 User should be able to navigate to page types list as a staff member using CONTENT aka PAGE permission
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('[data-test-id*=\'configuration-menu-taxes\']')
31 |
32 | await page.goto(URL_LIST.configuration);
> 33 | await expect(configurationPage.taxesButton).toBeVisible();
| ^
34 | await expect(configurationPage.pageTypesButton).toBeVisible();
35 | await expect(configurationPage.webhooksAndEventsButton).toBeVisible();
36 |
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/singlePermissions/contentPage.spec.ts:33:47
|
[chromium] › singlePermissions/customer.spec.ts:9:5 › TC: SALEOR_13 User should be able to navigate to customer list as a staff member using CUSTOMER permission:
playwright/tests/singlePermissions/customer.spec.ts#L1
2) [chromium] › singlePermissions/customer.spec.ts:9:5 › TC: SALEOR_13 User should be able to navigate to customer list as a staff member using CUSTOMER permission
Test timeout of 60000ms exceeded.
|
[chromium] › singlePermissions/customer.spec.ts:9:5 › TC: SALEOR_13 User should be able to navigate to customer list as a staff member using CUSTOMER permission:
playwright/pages/mainMenuPage.ts#L69
2) [chromium] › singlePermissions/customer.spec.ts:9:5 › TC: SALEOR_13 User should be able to navigate to customer list as a staff member using CUSTOMER permission
Error: locator.click: Page closed
=========================== logs ===========================
waiting for getByTestId('menu-item-label-customers')
============================================================
at ../pages/mainMenuPage.ts:69
67 | }
68 | async openCustomers() {
> 69 | await this.customers.click();
| ^
70 | }
71 | async openConfiguration() {
72 | await this.configuration.click();
at MainMenuPage.openCustomers (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/mainMenuPage.ts:69:26)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/singlePermissions/customer.spec.ts:17:22
|
[chromium] › singlePermissions/customer.spec.ts:9:5 › TC: SALEOR_13 User should be able to navigate to customer list as a staff member using CUSTOMER permission:
playwright/tests/singlePermissions/customer.spec.ts#L1
2) [chromium] › singlePermissions/customer.spec.ts:9:5 › TC: SALEOR_13 User should be able to navigate to customer list as a staff member using CUSTOMER permission
Pending operations:
- locator.click at playwright/pages/mainMenuPage.ts:69:26
|
[chromium] › singlePermissions/customer.spec.ts:9:5 › TC: SALEOR_13 User should be able to navigate to customer list as a staff member using CUSTOMER permission:
playwright/tests/singlePermissions/customer.spec.ts#L1
2) [chromium] › singlePermissions/customer.spec.ts:9:5 › TC: SALEOR_13 User should be able to navigate to customer list as a staff member using CUSTOMER permission
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[chromium] › singlePermissions/customer.spec.ts:9:5 › TC: SALEOR_13 User should be able to navigate to customer list as a staff member using CUSTOMER permission:
playwright/pages/mainMenuPage.ts#L69
2) [chromium] › singlePermissions/customer.spec.ts:9:5 › TC: SALEOR_13 User should be able to navigate to customer list as a staff member using CUSTOMER permission
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Page closed
=========================== logs ===========================
waiting for getByTestId('menu-item-label-customers')
============================================================
at ../pages/mainMenuPage.ts:69
67 | }
68 | async openCustomers() {
> 69 | await this.customers.click();
| ^
70 | }
71 | async openConfiguration() {
72 | await this.configuration.click();
at MainMenuPage.openCustomers (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/mainMenuPage.ts:69:26)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/singlePermissions/customer.spec.ts:17:22
|
[chromium] › singlePermissions/customer.spec.ts:9:5 › TC: SALEOR_13 User should be able to navigate to customer list as a staff member using CUSTOMER permission:
playwright/tests/singlePermissions/customer.spec.ts#L1
2) [chromium] › singlePermissions/customer.spec.ts:9:5 › TC: SALEOR_13 User should be able to navigate to customer list as a staff member using CUSTOMER permission
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- locator.click at playwright/pages/mainMenuPage.ts:69:26
|
[chromium] › singlePermissions/customer.spec.ts:9:5 › TC: SALEOR_13 User should be able to navigate to customer list as a staff member using CUSTOMER permission:
playwright/tests/singlePermissions/customer.spec.ts#L1
2) [chromium] › singlePermissions/customer.spec.ts:9:5 › TC: SALEOR_13 User should be able to navigate to customer list as a staff member using CUSTOMER permission
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
create-run-on-testmo
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
run-tests (1/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/upload-artifact@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
run-tests (2/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/upload-artifact@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
tests-complete
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
BASE_URL
https://automation-dashboard.staging.saleor.cloud/dashboard/
|
API_URL
https://automation-dashboard.staging.saleor.cloud/graphql/
|
POOL_NAME
automation-dashboard
|
POOL_INSTANCE
https://automation-dashboard.staging.saleor.cloud
|
BACKUP_NAMESPACE
snapshot-automation-tests
|
SNAPSHOT
backup_id=AuLosZCe, version=3.20.0, name=snapshot-automation-tests
|
🎭 Playwright Run Summary
13 failed
[chromium] › attributes.spec.ts:8:5 › TC: SALEOR_34 User should be able to create Dropdown attribute, required, Product attribute @basic-regression
[chromium] › home.spec.ts:7:5 › TC: SALEOR_29 Correct information on dashboard home page @basic-regression
[chromium] › orders.spec.ts:7:5 › TC: SALEOR_28 Create basic order @basic-regression @order ────
[chromium] › product.spec.ts:10:5 › TC: SALEOR_3 Create basic product with variants @basic-regression @Product
[chromium] › product.spec.ts:28:5 › TC: SALEOR_5 Create basic product without variants @basic-regression @Product
[chromium] › product.spec.ts:47:5 › TC: SALEOR_26 Create basic info variant - via edit variant page @basic-regression @Product
[chromium] › product.spec.ts:73:5 › TC: SALEOR_27 Create full info variant - via edit variant page @basic-regression @Product
[chromium] › shippingMethods.spec.ts:29:5 › TC: SALEOR_32 Add price rate to shipping method - with excluded zip codes adn excluded product @shipping-method @basic-regression
[chromium] › shippingMethods.spec.ts:58:5 › TC: SALEOR_33 Add weight rate to shipping method - with included zip codes adn excluded product @shipping-method @basic-regression
[chromium] › singlePermissions/apps.spec.ts:8:5 › TC: SALEOR_10 User should be able to navigate to apps list as a staff member using APP permission
[chromium] › singlePermissions/channelsWebhooks.spec.ts:10:5 › TC: SALEOR_11 User should be able to navigate to channel list as a staff member using CHANNEL permission
[chromium] › singlePermissions/channelsWebhooks.spec.ts:25:5 › TC: SALEOR_12 User should be able to navigate to webhooks and events as a staff member using CHANNEL permission
[chromium] › singlePermissions/contentPage.spec.ts:11:5 › TC: SALEOR_14 User should be able to navigate to content list as a staff member using CONTENT aka PAGE permission
19 passed (15.5m)
|
🎭 Playwright Run Summary
17 failed
[chromium] › singlePermissions/contentPage.spec.ts:24:5 › TC: SALEOR_15 User should be able to navigate to page types list as a staff member using CONTENT aka PAGE permission
[chromium] › singlePermissions/customer.spec.ts:9:5 › TC: SALEOR_13 User should be able to navigate to customer list as a staff member using CUSTOMER permission
[chromium] › singlePermissions/discount.spec.ts:10:5 › TC: SALEOR_6 User should be able to navigate to discount list as a staff member using DISCOUNTS permission
[chromium] › singlePermissions/discount.spec.ts:24:5 › TC: SALEOR_7 User should be able to navigate to voucher list as a staff member using DISCOUNTS permission
[chromium] › singlePermissions/orders.spec.ts:10:5 › TC: SALEOR_8 User should be able to navigate to order list as a staff member using ORDER permission
[chromium] › singlePermissions/orders.spec.ts:23:5 › TC: SALEOR_9 User should be able to navigate to draft list as a staff member using ORDER permission
[chromium] › singlePermissions/plugins.spec.ts:9:5 › TC: SALEOR_16 User should be able to navigate to plugin list as a staff member using PLUGINS permission
[chromium] › singlePermissions/product.spec.ts:11:5 › TC: SALEOR_23 User should be able to navigate to product list as a staff member using PRODUCT permission
[chromium] › singlePermissions/product.spec.ts:24:5 › TC: SALEOR_24 User should be able to navigate to collections list as a staff member using PRODUCT permission
[chromium] › singlePermissions/product.spec.ts:37:5 › TC: SALEOR_25 User should be able to navigate to categories list as a staff member using PRODUCT permission
[chromium] › singlePermissions/productType.spec.ts:9:5 › TC: SALEOR_17 User should be able to navigate to product type list as a staff member using PRODUCT TYPE permission
[chromium] › singlePermissions/settingsConfiguration.spec.ts:9:5 › TC: SALEOR_18 User should be able to navigate to configuration as a staff member using SETTINGS permission
[chromium] › singlePermissions/shipping.spec.ts:9:5 › TC: SALEOR_21 User should be able to navigate to shipping zones page as a staff member using SHIPPING permission
[chromium] › singlePermissions/staffMembers.spec.ts:11:5 › TC: SALEOR_19 User should be able to navigate to staff members list page as a staff member using STAFF permission
[chromium] › singlePermissions/staffMembers.spec.ts:26:5 › TC: SALEOR_20 User should be able to navigate to permission group list page as a staff member using STAFF permission
[chromium] › singlePermissions/translations.spec.ts:8:5 › TC: SALEOR_22 User should be able to navigate to translations page as a staff member using TRANSLATION permission
[chromium] › warehouse.spec.ts:7:5 › TC: SALEOR_30 Create basic warehouse @basic-regression @warehouse
15 passed (27.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
53.6 MB |
|
html-report--attempt-1
Expired
|
64.6 MB |
|