Skip to content

[E2E] Backporting auth fixes #2836

[E2E] Backporting auth fixes

[E2E] Backporting auth fixes #2836

Triggered via pull request July 29, 2024 13:45
Status Failure
Total duration 15m 45s
Artifacts 2

pr-automation.yml

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

Annotations

7 errors, 5 warnings, and 9 notices
[chromium] › customers.spec.ts:213:5 › TC: SALEOR_207 Issue a new gift card for the customer @e2e @customer: playwright/tests/customers.spec.ts#L1
1) [chromium] › customers.spec.ts:213:5 › TC: SALEOR_207 Issue a new gift card for the customer @e2e @customer Test timeout of 30000ms exceeded.
[chromium] › customers.spec.ts:213:5 › TC: SALEOR_207 Issue a new gift card for the customer @e2e @customer: playwright/tests/customers.spec.ts#L1
1) [chromium] › customers.spec.ts:213:5 › TC: SALEOR_207 Issue a new gift card for the customer @e2e @customer Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › customers.spec.ts:213:5 › TC: SALEOR_207 Issue a new gift card for the customer @e2e @customer: playwright/pages/basePage.ts#L322
1) [chromium] › customers.spec.ts:213:5 › TC: SALEOR_207 Issue a new gift card for the customer @e2e @customer Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-test-type="success"]').first() to be hidden - locator resolved to visible <div class="jss203 jss2" data-test-type="success" dat…>…</div> - locator resolved to visible <div class="jss203 jss2" data-test-type="success" dat…>…</div> - locator resolved to visible <div class="jss203 jss2" data-test-type="success" dat…>…</div> - locator resolved to visible <div class="jss203 jss2" data-test-type="success" dat…>…</div> - locator resolved to visible <div class="jss203 jss2" data-test-type="success" dat…>…</div> - locator resolved to visible <div class="jss203 jss2" data-test-type="success" dat…>…</div> - locator resolved to visible <div class="jss203 jss2" data-test-type="success" dat…>…</div> - locator resolved to visible <div class="jss203 jss2" data-test-type="success" dat…>…</div> - locator resolved to visible <div class="jss203 jss2" data-test-type="success" dat…>…</div> at ../pages/basePage.ts:322 320 | 321 | async expectElementIsHidden(locator: Locator) { > 322 | await locator.first().waitFor({ | ^ 323 | state: "hidden", 324 | timeout: 30000, 325 | }); at GiftCardsPage.expectElementIsHidden (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:322:27) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/customers.spec.ts:233:23
[chromium] › customers.spec.ts:213:5 › TC: SALEOR_207 Issue a new gift card for the customer @e2e @customer: playwright/tests/customers.spec.ts#L1
1) [chromium] › customers.spec.ts:213:5 › TC: SALEOR_207 Issue a new gift card for the customer @e2e @customer Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › customers.spec.ts:213:5 › TC: SALEOR_207 Issue a new gift card for the customer @e2e @customer: playwright/pages/basePage.ts#L322
1) [chromium] › customers.spec.ts:213:5 › TC: SALEOR_207 Issue a new gift card for the customer @e2e @customer Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-test-type="success"]').first() to be hidden - locator resolved to visible <div class="jss203 jss2" data-test-type="success" dat…>…</div> - locator resolved to visible <div class="jss203 jss2" data-test-type="success" dat…>…</div> - locator resolved to visible <div class="jss203 jss2" data-test-type="success" dat…>…</div> - locator resolved to visible <div class="jss203 jss2" data-test-type="success" dat…>…</div> - locator resolved to visible <div class="jss203 jss2" data-test-type="success" dat…>…</div> - locator resolved to visible <div class="jss203 jss2" data-test-type="success" dat…>…</div> - locator resolved to visible <div class="jss203 jss2" data-test-type="success" dat…>…</div> - locator resolved to visible <div class="jss203 jss2" data-test-type="success" dat…>…</div> - locator resolved to visible <div class="jss203 jss2" data-test-type="success" dat…>…</div> at ../pages/basePage.ts:322 320 | 321 | async expectElementIsHidden(locator: Locator) { > 322 | await locator.first().waitFor({ | ^ 323 | state: "hidden", 324 | timeout: 30000, 325 | }); at GiftCardsPage.expectElementIsHidden (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/basePage.ts:322:27) at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/customers.spec.ts:233:23
[chromium] › categories.spec.ts:12:5 › TC: SALEOR_102 Create basic category @e2e @category: playwright/tests/categories.spec.ts#L1
2) [chromium] › categories.spec.ts:12:5 › TC: SALEOR_102 Create basic category @e2e @category ──── Test finished within timeout of 30000ms, but tearing down "context" ran out of time. Please allow more time for the test, since teardown is attributed towards the test timeout budget.
run-tests (1/2)
Process completed with exit code 1.
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 (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/
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/
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
1 skipped 100 passed (4.2m)
🎭 Playwright Run Summary
1 failed [chromium] › customers.spec.ts:213:5 › TC: SALEOR_207 Issue a new gift card for the customer @e2e @customer 1 flaky [chromium] › categories.spec.ts:12:5 › TC: SALEOR_102 Create basic category @e2e @category ───── 1 skipped 99 passed (7.2m)

Artifacts

Produced during runtime
Name Size
all-blob-reports Expired
14.7 MB
html-report--attempt-1 Expired
16.7 MB