Skip to content

[E2E] Backporting auth fixes #2826

[E2E] Backporting auth fixes

[E2E] Backporting auth fixes #2826

Triggered via pull request July 29, 2024 10:29
Status Failure
Total duration 12m 3s
Artifacts 2

pr-automation.yml

on: pull_request
initialize-cloud
1m 30s
initialize-cloud
deploy-dashboard
3m 19s
deploy-dashboard
Matrix: run-tests
merge-reports
1m 6s
merge-reports
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 5 warnings, and 9 notices
[chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PRODUCT_TYPE References attribute for PAGE: playwright/tests/attributes.spec.ts#L1
1) [chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PRODUCT_TYPE References attribute for PAGE, NOT required, public @e2e @attributes Test timeout of 30000ms exceeded.
[chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PRODUCT_TYPE References attribute for PAGE: playwright/pages/attributesPage.ts#L133
1) [chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PRODUCT_TYPE References attribute for PAGE, NOT required, public @e2e @attributes Error: locator.click: Test ended. Call log: - waiting for getByTestId('select-field-option-Reference') at ../pages/attributesPage.ts:133 131 | async selectAttributeInputType(attributeType: string) { 132 | await this.attributeSelect.click(); > 133 | await this.page.getByTestId(`select-field-option-${attributeType}`).click(); | ^ 134 | await this.waitForDOMToFullyLoad(); 135 | } 136 | async clickAssignAttributeValueButton() { at AttributesPage.selectAttributeInputType (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/attributesPage.ts:133:73) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:100:7
[chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PRODUCT_TYPE References attribute for PAGE: playwright/tests/attributes.spec.ts#L1
1) [chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PRODUCT_TYPE References attribute for PAGE, NOT required, public @e2e @attributes Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PRODUCT_TYPE References attribute for PAGE: playwright/pages/attributesPage.ts#L133
1) [chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PRODUCT_TYPE References attribute for PAGE, NOT required, public @e2e @attributes Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test ended. Call log: - waiting for getByTestId('select-field-option-Reference') at ../pages/attributesPage.ts:133 131 | async selectAttributeInputType(attributeType: string) { 132 | await this.attributeSelect.click(); > 133 | await this.page.getByTestId(`select-field-option-${attributeType}`).click(); | ^ 134 | await this.waitForDOMToFullyLoad(); 135 | } 136 | async clickAssignAttributeValueButton() { at AttributesPage.selectAttributeInputType (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/attributesPage.ts:133:73) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:100:7
[chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PRODUCT_TYPE References attribute for PAGE: playwright/tests/attributes.spec.ts#L1
1) [chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PRODUCT_TYPE References attribute for PAGE, NOT required, public @e2e @attributes Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PRODUCT_TYPE References attribute for PAGE: playwright/pages/attributesPage.ts#L133
1) [chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PRODUCT_TYPE References attribute for PAGE, NOT required, public @e2e @attributes Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test ended. Call log: - waiting for getByTestId('select-field-option-Reference') at ../pages/attributesPage.ts:133 131 | async selectAttributeInputType(attributeType: string) { 132 | await this.attributeSelect.click(); > 133 | await this.page.getByTestId(`select-field-option-${attributeType}`).click(); | ^ 134 | await this.waitForDOMToFullyLoad(); 135 | } 136 | async clickAssignAttributeValueButton() { at AttributesPage.selectAttributeInputType (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/attributesPage.ts:133:73) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:100:7
[chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PRODUCT_TYPE References attribute for PRODUCT: playwright/tests/attributes.spec.ts#L1
2) [chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PRODUCT_TYPE References attribute for PRODUCT, NOT required, public @e2e @attributes Test timeout of 30000ms exceeded.
[chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PRODUCT_TYPE References attribute for PRODUCT: playwright/pages/attributesPage.ts#L133
2) [chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PRODUCT_TYPE References attribute for PRODUCT, NOT required, public @e2e @attributes Error: locator.click: Test ended. Call log: - waiting for getByTestId('select-field-option-Reference') at ../pages/attributesPage.ts:133 131 | async selectAttributeInputType(attributeType: string) { 132 | await this.attributeSelect.click(); > 133 | await this.page.getByTestId(`select-field-option-${attributeType}`).click(); | ^ 134 | await this.waitForDOMToFullyLoad(); 135 | } 136 | async clickAssignAttributeValueButton() { at AttributesPage.selectAttributeInputType (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/attributesPage.ts:133:73) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:100:7
[chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PRODUCT_TYPE References attribute for PRODUCT: playwright/tests/attributes.spec.ts#L1
2) [chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PRODUCT_TYPE References attribute for PRODUCT, NOT required, public @e2e @attributes Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PRODUCT_TYPE References attribute for PRODUCT: playwright/pages/attributesPage.ts#L133
2) [chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PRODUCT_TYPE References attribute for PRODUCT, NOT required, public @e2e @attributes Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test ended. Call log: - waiting for getByTestId('select-field-option-Reference') at ../pages/attributesPage.ts:133 131 | async selectAttributeInputType(attributeType: string) { 132 | await this.attributeSelect.click(); > 133 | await this.page.getByTestId(`select-field-option-${attributeType}`).click(); | ^ 134 | await this.waitForDOMToFullyLoad(); 135 | } 136 | async clickAssignAttributeValueButton() { at AttributesPage.selectAttributeInputType (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/attributesPage.ts:133:73) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/attributes.spec.ts:100:7
deploy-dashboard
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3, bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3, actions/cache@v3, aws-actions/configure-aws-credentials@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run-tests (1/2)
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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run-tests (2/2)
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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
merge-reports
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
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/
BASE_URL
https://pr-5070.dashboard.saleor.rocks
API_URL
https://pr-5070.staging.saleor.cloud/graphql/
POOL_NAME
pr-5070
POOL_INSTANCE
https://pr-5070.staging.saleor.cloud
BACKUP_NAMESPACE
snapshot-automation-tests-3.19
SNAPSHOT
backup_id=fXxB2CC7, version=3.19.53, name=snapshot-automation-tests-3.19
SALEOR_CLOUD_SERVICE
saleor-staging-v319
🎭 Playwright Run Summary
4 failed [chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PRODUCT_TYPE References attribute for PAGE, NOT required, public @e2e @attributes [chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PRODUCT_TYPE References attribute for PRODUCT, NOT required, public @e2e @attributes [chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PRODUCT_TYPE References attribute for PRODUCT_VARIANT, NOT required, public @e2e @attributes [chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PAGE_TYPE References attribute for PAGE, NOT required, public @e2e @attributes 1 interrupted [chromium] › attributes.spec.ts:92:9 › TC: SALEOR_126 User should be able to create PAGE_TYPE References attribute for PRODUCT, NOT required, public @e2e @attributes 1 skipped 73 did not run 23 passed (2.9m)
🎭 Playwright Run Summary
1 skipped 100 passed (4.1m)

Artifacts

Produced during runtime
Name Size
all-blob-reports Expired
18.9 MB
html-report--attempt-1 Expired
20.8 MB