Full page extension views, containers, shared headers + footers #4233
Annotations
4 errors and 1 notice
Run Playwright tests:
tests/specs/swap/swap.spec.ts#L27
1) [chromium] › specs/swap/swap.spec.ts:17:7 › Swaps › that it shows correct swap review details ─
Error: expect(received).toEqual(expected) // deep equality
Expected: "STX"
Received: "ALEX"
25 | const swapAssetFrom = await swapAssets[0].innerText();
26 | const swapAssetTo = await swapAssets[1].innerText();
> 27 | test.expect(swapAssetFrom).toEqual('STX');
| ^
28 | test.expect(swapAssetTo).toEqual('ALEX');
29 |
30 | const swapAmounts = await swapPage.swapDetailsAmount.all();
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:27:32
|
Run Playwright tests:
tests/specs/swap/swap.spec.ts#L27
1) [chromium] › specs/swap/swap.spec.ts:17:7 › Swaps › that it shows correct swap review details ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "STX"
Received: "ALEX"
25 | const swapAssetFrom = await swapAssets[0].innerText();
26 | const swapAssetTo = await swapAssets[1].innerText();
> 27 | test.expect(swapAssetFrom).toEqual('STX');
| ^
28 | test.expect(swapAssetTo).toEqual('ALEX');
29 |
30 | const swapAmounts = await swapPage.swapDetailsAmount.all();
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:27:32
|
Run Playwright tests:
tests/specs/swap/swap.spec.ts#L27
1) [chromium] › specs/swap/swap.spec.ts:17:7 › Swaps › that it shows correct swap review details ─
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "STX"
Received: "ALEX"
25 | const swapAssetFrom = await swapAssets[0].innerText();
26 | const swapAssetTo = await swapAssets[1].innerText();
> 27 | test.expect(swapAssetFrom).toEqual('STX');
| ^
28 | test.expect(swapAssetTo).toEqual('ALEX');
29 |
30 | const swapAmounts = await swapPage.swapDetailsAmount.all();
at /home/runner/work/extension/extension/tests/specs/swap/swap.spec.ts:27:32
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests
1 failed
[chromium] › specs/swap/swap.spec.ts:17:7 › Swaps › that it shows correct swap review details ──
6 passed (1.6m)
|
The logs for this run have expired and are no longer available.
Loading