Skip to content

Fixing e2e test case ids and failing tests on 3.19 #2808

Fixing e2e test case ids and failing tests on 3.19

Fixing e2e test case ids and failing tests on 3.19 #2808

Triggered via pull request July 26, 2024 13:26
Status Failure
Total duration 16m 11s
Artifacts 2

pr-automation.yml

on: pull_request
initialize-cloud
3m 9s
initialize-cloud
deploy-dashboard
3m 33s
deploy-dashboard
Matrix: run-tests
merge-reports
1m 4s
merge-reports
Fit to window
Zoom out
Zoom in

Annotations

17 errors, 5 warnings, and 9 notices
[chromium] › discounts.spec.ts:45:5 › TC: SALEOR_151 Update existing promotion @discounts @e2e: playwright/tests/discounts.spec.ts#L46
1) [chromium] › discounts.spec.ts:45:5 › TC: SALEOR_151 Update existing promotion @Discounts @e2e Error: Playwright Test did not expect test() to be called here. Most common reasons include: - You are calling test() in a configuration file. - You are calling test() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. 44 | 45 | test(`TC: SALEOR_151 Update existing promotion @Discounts @e2e`, async () => { > 46 | test(`TC: SALEOR_151 Update existing promotion @Discounts @e2e`, async () => { | ^ 47 | const newDiscountName = `${faker.lorem.word()}`; 48 | 49 | await discounts.waitForNetworkIdleAfterAction(() => at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/discounts.spec.ts:46:5
[chromium] › discounts.spec.ts:45:5 › TC: SALEOR_151 Update existing promotion @discounts @e2e: playwright/tests/discounts.spec.ts#L46
1) [chromium] › discounts.spec.ts:45:5 › TC: SALEOR_151 Update existing promotion @Discounts @e2e Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Playwright Test did not expect test() to be called here. Most common reasons include: - You are calling test() in a configuration file. - You are calling test() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. 44 | 45 | test(`TC: SALEOR_151 Update existing promotion @Discounts @e2e`, async () => { > 46 | test(`TC: SALEOR_151 Update existing promotion @Discounts @e2e`, async () => { | ^ 47 | const newDiscountName = `${faker.lorem.word()}`; 48 | 49 | await discounts.waitForNetworkIdleAfterAction(() => at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/discounts.spec.ts:46:5
[chromium] › discounts.spec.ts:45:5 › TC: SALEOR_151 Update existing promotion @discounts @e2e: playwright/tests/discounts.spec.ts#L46
1) [chromium] › discounts.spec.ts:45:5 › TC: SALEOR_151 Update existing promotion @Discounts @e2e Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Playwright Test did not expect test() to be called here. Most common reasons include: - You are calling test() in a configuration file. - You are calling test() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. 44 | 45 | test(`TC: SALEOR_151 Update existing promotion @Discounts @e2e`, async () => { > 46 | test(`TC: SALEOR_151 Update existing promotion @Discounts @e2e`, async () => { | ^ 47 | const newDiscountName = `${faker.lorem.word()}`; 48 | 49 | await discounts.waitForNetworkIdleAfterAction(() => at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/discounts.spec.ts:46:5
[chromium] › giftCards.spec.ts:104:5 › TC: SALEOR_181 Set gift card balance @e2e @gift: playwright/tests/giftCards.spec.ts#L105
2) [chromium] › giftCards.spec.ts:104:5 › TC: SALEOR_181 Set gift card balance @e2e @gift ──────── Error: Playwright Test did not expect test() to be called here. Most common reasons include: - You are calling test() in a configuration file. - You are calling test() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. 103 | }); 104 | test("TC: SALEOR_181 Set gift card balance @e2e @gift", async () => { > 105 | test("TC: SALEOR_181 Set gift card balance @e2e @gift", async () => { | ^ 106 | await giftCardsPage.gotoExistingGiftCardView(GIFT_CARDS.giftCardToBeEdited.id); 107 | await giftCardsPage.clickSetBalance(); 108 | await giftCardsPage.setGiftCardsBalanceDialog.setBalance("34"); at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/giftCards.spec.ts:105:5
[chromium] › giftCards.spec.ts:104:5 › TC: SALEOR_181 Set gift card balance @e2e @gift: playwright/tests/giftCards.spec.ts#L105
2) [chromium] › giftCards.spec.ts:104:5 › TC: SALEOR_181 Set gift card balance @e2e @gift ──────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Playwright Test did not expect test() to be called here. Most common reasons include: - You are calling test() in a configuration file. - You are calling test() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. 103 | }); 104 | test("TC: SALEOR_181 Set gift card balance @e2e @gift", async () => { > 105 | test("TC: SALEOR_181 Set gift card balance @e2e @gift", async () => { | ^ 106 | await giftCardsPage.gotoExistingGiftCardView(GIFT_CARDS.giftCardToBeEdited.id); 107 | await giftCardsPage.clickSetBalance(); 108 | await giftCardsPage.setGiftCardsBalanceDialog.setBalance("34"); at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/giftCards.spec.ts:105:5
[chromium] › giftCards.spec.ts:104:5 › TC: SALEOR_181 Set gift card balance @e2e @gift: playwright/tests/giftCards.spec.ts#L105
2) [chromium] › giftCards.spec.ts:104:5 › TC: SALEOR_181 Set gift card balance @e2e @gift ──────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Playwright Test did not expect test() to be called here. Most common reasons include: - You are calling test() in a configuration file. - You are calling test() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. 103 | }); 104 | test("TC: SALEOR_181 Set gift card balance @e2e @gift", async () => { > 105 | test("TC: SALEOR_181 Set gift card balance @e2e @gift", async () => { | ^ 106 | await giftCardsPage.gotoExistingGiftCardView(GIFT_CARDS.giftCardToBeEdited.id); 107 | await giftCardsPage.clickSetBalance(); 108 | await giftCardsPage.setGiftCardsBalanceDialog.setBalance("34"); at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/giftCards.spec.ts:105:5
run-tests (1/2)
Process completed with exit code 1.
[chromium] › shippingMethods.spec.ts:17:5 › TC: SALEOR_31 Create basic shipping method @shipping-method @e2e: playwright/tests/shippingMethods.spec.ts#L1
1) [chromium] › shippingMethods.spec.ts:17:5 › TC: SALEOR_31 Create basic shipping method @shipping-method @e2e Test timeout of 90000ms exceeded.
[chromium] › shippingMethods.spec.ts:17:5 › TC: SALEOR_31 Create basic shipping method @shipping-method @e2e: playwright/pages/pageElements/rightSideDetailsSection.ts#L95
1) [chromium] › shippingMethods.spec.ts:17:5 › TC: SALEOR_31 Create basic shipping method @shipping-method @e2e Error: locator.click: Test timeout of 90000ms exceeded. Call log: - waiting for getByTestId('select-warehouse-for-shipping-method') - locator resolved to <input value="" role="combobox" name="warehouses" autoc…/> - attempting click action - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #1 - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #2 - waiting 20ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #3 - waiting 100ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #4 - waiting 100ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #5 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #6 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #7 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #8 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #9 - waiting 500ms - wai
[chromium] › shippingMethods.spec.ts:17:5 › TC: SALEOR_31 Create basic shipping method @shipping-method @e2e: playwright/tests/shippingMethods.spec.ts#L1
1) [chromium] › shippingMethods.spec.ts:17:5 › TC: SALEOR_31 Create basic shipping method @shipping-method @e2e Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded.
[chromium] › shippingMethods.spec.ts:17:5 › TC: SALEOR_31 Create basic shipping method @shipping-method @e2e: playwright/pages/pageElements/rightSideDetailsSection.ts#L95
1) [chromium] › shippingMethods.spec.ts:17:5 › TC: SALEOR_31 Create basic shipping method @shipping-method @e2e Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 90000ms exceeded. Call log: - waiting for getByTestId('select-warehouse-for-shipping-method') - locator resolved to <input value="" role="combobox" name="warehouses" autoc…/> - attempting click action - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #1 - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #2 - waiting 20ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #3 - waiting 100ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #4 - waiting 100ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #5 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #6 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #7 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #8 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree int
[chromium] › shippingMethods.spec.ts:17:5 › TC: SALEOR_31 Create basic shipping method @shipping-method @e2e: playwright/tests/shippingMethods.spec.ts#L1
1) [chromium] › shippingMethods.spec.ts:17:5 › TC: SALEOR_31 Create basic shipping method @shipping-method @e2e Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded.
[chromium] › shippingMethods.spec.ts:17:5 › TC: SALEOR_31 Create basic shipping method @shipping-method @e2e: playwright/pages/pageElements/rightSideDetailsSection.ts#L95
1) [chromium] › shippingMethods.spec.ts:17:5 › TC: SALEOR_31 Create basic shipping method @shipping-method @e2e Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 90000ms exceeded. Call log: - waiting for getByTestId('select-warehouse-for-shipping-method') - locator resolved to <input value="" role="combobox" name="warehouses" autoc…/> - attempting click action - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #1 - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #2 - waiting 20ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #3 - waiting 100ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #4 - waiting 100ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #5 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #6 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #7 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #8 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree int
[chromium] › shippingMethods.spec.ts:131:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e: playwright/tests/shippingMethods.spec.ts#L1
2) [chromium] › shippingMethods.spec.ts:131:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e Test timeout of 90000ms exceeded.
[chromium] › shippingMethods.spec.ts:131:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e: playwright/pages/pageElements/rightSideDetailsSection.ts#L95
2) [chromium] › shippingMethods.spec.ts:131:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e Error: locator.click: Test timeout of 90000ms exceeded. Call log: - waiting for getByTestId('select-warehouse-for-shipping-method') - locator resolved to <input value="" role="combobox" name="warehouses" autoc…/> - attempting click action - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #1 - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #2 - waiting 20ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #3 - waiting 100ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #4 - waiting 100ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #5 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #6 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #7 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #8 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #9 - waiting 500ms - waitin
[chromium] › shippingMethods.spec.ts:131:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e: playwright/tests/shippingMethods.spec.ts#L1
2) [chromium] › shippingMethods.spec.ts:131:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded.
[chromium] › shippingMethods.spec.ts:131:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e: playwright/pages/pageElements/rightSideDetailsSection.ts#L95
2) [chromium] › shippingMethods.spec.ts:131:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 90000ms exceeded. Call log: - waiting for getByTestId('select-warehouse-for-shipping-method') - locator resolved to <input value="" role="combobox" name="warehouses" autoc…/> - attempting click action - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #1 - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #2 - waiting 20ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #3 - waiting 100ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #4 - waiting 100ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #5 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #6 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #7 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree intercepts pointer events - retrying click action, attempt #8 - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <li role="option" aria-selected="false" id="downshif…>…</li> from <div class="_8bnj8q3 _8bnj8q4 _18fs8ps2l _18fs8psf">…</div> subtree interc
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-5074.dashboard.saleor.rocks
API_URL
https://pr-5074.staging.saleor.cloud/graphql/
POOL_NAME
pr-5074
POOL_INSTANCE
https://pr-5074.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
2 failed [chromium] › discounts.spec.ts:45:5 › TC: SALEOR_151 Update existing promotion @Discounts @e2e ─ [chromium] › giftCards.spec.ts:104:5 › TC: SALEOR_181 Set gift card balance @e2e @gift ───────── 1 skipped 101 passed (4.5m)
🎭 Playwright Run Summary
2 failed [chromium] › shippingMethods.spec.ts:17:5 › TC: SALEOR_31 Create basic shipping method @shipping-method @e2e [chromium] › shippingMethods.spec.ts:131:5 › TC: SALEOR_37 Update a shipping method @shipping-method @e2e 1 skipped 100 passed (6.2m)

Artifacts

Produced during runtime
Name Size
all-blob-reports Expired
40.3 MB
html-report--attempt-1 Expired
43.5 MB