Timeline events improvements for displaying user and app details #1577
Annotations
10 errors, 2 warnings, and 1 notice
Run playwright tests:
playwright/tests/discounts.spec.ts#L395
1) [chromium] › discounts.spec.ts:380:9 › TC: SALEOR_167 Delete promotion rule #1 from Order promotion @Discounts @e2e
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('[data-test-type="success"]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('[data-test-type="success"]')
393 | discounts.deleteRuleDialog.clickConfirmDeleteButton(),
394 | );
> 395 | await expect(discounts.successBanner).toBeVisible({ timeout: 10000 });
| ^
396 | await expect(discounts.ruleSection).not.toHaveText(
397 | `${promotion.type}: ${rule.name}`,
398 | );
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/discounts.spec.ts:395:45
|
Run playwright tests:
playwright/tests/discounts.spec.ts#L1
1) [chromium] › discounts.spec.ts:380:9 › TC: SALEOR_167 Delete promotion rule #1 from Order promotion @Discounts @e2e
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
Run playwright tests:
playwright/pages/discountsPage.ts#L111
1) [chromium] › discounts.spec.ts:380:9 › TC: SALEOR_167 Delete promotion rule #1 from Order promotion @Discounts @e2e
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByTestId('rule-list').getByTestId('added-rule').locator(getByTestId('rule-label-with-actions')).filter({ hasText: 'Order rule: rule #1' }).locator(getByTestId('rule-delete-button'))
at ../pages/discountsPage.ts:111
109 |
110 | async clickDeleteRuleButton(rule: string) {
> 111 | await this.existingRule.locator(this.ruleLabelWithActions).filter({ hasText: rule }).locator(this.deleteRuleButton).click();
| ^
112 | }
113 |
114 | async openPromotionRuleModal() {
at DiscountsPage.clickDeleteRuleButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/discountsPage.ts:111:121)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/discounts.spec.ts:388:23
|
Run playwright tests:
playwright/tests/discounts.spec.ts#L1
1) [chromium] › discounts.spec.ts:380:9 › TC: SALEOR_167 Delete promotion rule #1 from Order promotion @Discounts @e2e
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
Run playwright tests:
playwright/pages/discountsPage.ts#L111
1) [chromium] › discounts.spec.ts:380:9 › TC: SALEOR_167 Delete promotion rule #1 from Order promotion @Discounts @e2e
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByTestId('rule-list').getByTestId('added-rule').locator(getByTestId('rule-label-with-actions')).filter({ hasText: 'Order rule: rule #1' }).locator(getByTestId('rule-delete-button'))
at ../pages/discountsPage.ts:111
109 |
110 | async clickDeleteRuleButton(rule: string) {
> 111 | await this.existingRule.locator(this.ruleLabelWithActions).filter({ hasText: rule }).locator(this.deleteRuleButton).click();
| ^
112 | }
113 |
114 | async openPromotionRuleModal() {
at DiscountsPage.clickDeleteRuleButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/discountsPage.ts:111:121)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/discounts.spec.ts:388:23
|
Run playwright tests:
playwright/tests/discounts.spec.ts#L395
2) [chromium] › discounts.spec.ts:380:9 › TC: SALEOR_167 Delete promotion rule #2 from Order promotion @Discounts @e2e
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('[data-test-type="success"]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('[data-test-type="success"]')
393 | discounts.deleteRuleDialog.clickConfirmDeleteButton(),
394 | );
> 395 | await expect(discounts.successBanner).toBeVisible({ timeout: 10000 });
| ^
396 | await expect(discounts.ruleSection).not.toHaveText(
397 | `${promotion.type}: ${rule.name}`,
398 | );
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/discounts.spec.ts:395:45
|
Run playwright tests:
playwright/tests/discounts.spec.ts#L1
2) [chromium] › discounts.spec.ts:380:9 › TC: SALEOR_167 Delete promotion rule #2 from Order promotion @Discounts @e2e
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
Run playwright tests:
playwright/pages/discountsPage.ts#L111
2) [chromium] › discounts.spec.ts:380:9 › TC: SALEOR_167 Delete promotion rule #2 from Order promotion @Discounts @e2e
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 45000ms exceeded.
Call log:
- waiting for getByTestId('rule-list').getByTestId('added-rule').locator(getByTestId('rule-label-with-actions')).filter({ hasText: 'Order rule: rule #2' }).locator(getByTestId('rule-delete-button'))
at ../pages/discountsPage.ts:111
109 |
110 | async clickDeleteRuleButton(rule: string) {
> 111 | await this.existingRule.locator(this.ruleLabelWithActions).filter({ hasText: rule }).locator(this.deleteRuleButton).click();
| ^
112 | }
113 |
114 | async openPromotionRuleModal() {
at DiscountsPage.clickDeleteRuleButton (/home/runner/work/saleor-dashboard/saleor-dashboard/playwright/pages/discountsPage.ts:111:121)
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/discounts.spec.ts:388:23
|
Run playwright tests:
playwright/tests/discounts.spec.ts#L1
2) [chromium] › discounts.spec.ts:380:9 › TC: SALEOR_167 Delete promotion rule #2 from Order promotion @Discounts @e2e
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
Run playwright tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@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/.
|
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
2 failed
[chromium] › discounts.spec.ts:380:9 › TC: SALEOR_167 Delete promotion rule #1 from Order promotion @Discounts @e2e
[chromium] › discounts.spec.ts:380:9 › TC: SALEOR_167 Delete promotion rule #2 from Order promotion @Discounts @e2e
2 interrupted
[chromium] › giftCards.spec.ts:97:5 › TC: SALEOR_110 Edit gift card @e2e @gift ─────────────────
[chromium] › giftCards.spec.ts:109:5 › TC: SALEOR_111 Bulk delete gift cards @e2e @gift ────────
18 did not run
39 passed (3.7m)
|
The logs for this run have expired and are no longer available.
Loading