feat: merkl v4 migration #439
Annotations
6 errors, 2 warnings, and 1 notice
test (68431498, 137)
Testing stopped early after 1 maximum allowed failures.
|
[chromium] βΊ swap/simple.test.ts:75:1 βΊ swap Native to USDC:
test/swap/simple.test.ts#L1
1) [chromium] βΊ swap/simple.test.ts:75:1 βΊ swap Native to USDC, then USDC to NATIVE ββββββββββββββ
Test timeout of 180000ms exceeded.
|
[chromium] βΊ swap/simple.test.ts:75:1 βΊ swap Native to USDC:
test/helpers/swap.ts#L142
1) [chromium] βΊ swap/simple.test.ts:75:1 βΊ swap Native to USDC, then USDC to NATIVE ββββββββββββββ
Error: expect(locator).toBeVisible()
Locator: getByText(/(Swapping .* POL.* for .* USDC.*.)/)
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 180000ms
- waiting for getByText(/(Swapping .* POL.* for .* USDC.*.)/)
at helpers/swap.ts:142
140 | `(Swapping .* ${inputCurrency.symbol}.* for .* ${outputCurrency.symbol}.*.)`,
141 | )
> 142 | expect(this.page.getByText(expectedSwappingText)).toBeVisible()
| ^
143 |
144 | // If this text is duplicated elsewhere it could false positive
145 | const expectedSwapText = new RegExp(
at SwapPage.swap (/home/runner/work/sushiswap/sushiswap/apps/web/test/helpers/swap.ts:142:55)
at /home/runner/work/sushiswap/sushiswap/apps/web/test/swap/simple.test.ts:82:3
|
[chromium] βΊ swap/simple.test.ts:75:1 βΊ swap Native to USDC:
test/helpers/swap.ts#L154
1) [chromium] βΊ swap/simple.test.ts:75:1 βΊ swap Native to USDC, then USDC to NATIVE ββββββββββββββ
Error: expect(locator).toBeVisible()
Locator: locator('[testdata-id=make-another-swap-button]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 180000ms
- waiting for locator('[testdata-id=make-another-swap-button]')
at helpers/swap.ts:154
152 | '[testdata-id=make-another-swap-button]',
153 | )
> 154 | await expect(makeAnotherSwap).toBeVisible()
| ^
155 | await expect(makeAnotherSwap).toBeEnabled()
156 | await makeAnotherSwap.click()
157 |
at SwapPage.swap (/home/runner/work/sushiswap/sushiswap/apps/web/test/helpers/swap.ts:154:35)
at /home/runner/work/sushiswap/sushiswap/apps/web/test/swap/simple.test.ts:82:3
|
test (68431498, 137)
web#test: command (/home/runner/work/sushiswap/sushiswap/apps/web) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
|
test (68431498, 137)
Process completed with exit code 1.
|
Slow Test:
[chromium] βΊ swap/simple.test.ts#L1
[chromium] βΊ swap/simple.test.ts took 3.3m
|
Slow Test:
[chromium] βΊ pool/pool.test.ts#L1
[chromium] βΊ pool/pool.test.ts took 37.7s
|
π Playwright Run Summary
1 failed
[chromium] βΊ swap/simple.test.ts:75:1 βΊ swap Native to USDC, then USDC to NATIVE βββββββββββββββ
2 did not run
3 passed (3.4m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
playwright-report
|
44.2 MB |
sha256:7ba5a64e3d749e0ca20da02e620527eb8b54db64c7c5ce594c18de2e059df0e9
|
|