Run test manually #76
Annotations
1 error, 1 warning, and 1 notice
Run playwright tests:
playwright/tests/girftCards.spec.ts#L46
1) [chromium] › girftCards.spec.ts:31:5 › TC: SALEOR_106 Issue gift card with specific customer and expiry date @e2e @gift
Error: expect(received).toEqual(expected) // deep equality
Expected: 1
Received: 2
44 | const numberOfGiftCardsAfterCreation =
45 | await giftCardsPage.getNumberOfGridRows();
> 46 | expect(numberOfGiftCardsAfterCreation - numberOfGiftCards).toEqual(1);
| ^
47 | });
48 | test("TC: SALEOR_107 Resend code @e2e @gift", async () => {
49 | await giftCardsPage.gotoGiftCardsListView();
at /home/runner/work/saleor-dashboard/saleor-dashboard/playwright/tests/girftCards.spec.ts:46:62
|
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/.
|
|
Loading