feat: merkl v4 migration #438
Annotations
5 errors, 2 warnings, and 1 notice
Test
Testing stopped early after 1 maximum allowed failures.
|
Test
web#test: command (/home/runner/work/sushiswap/sushiswap/apps/web) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
|
Test:
test/swap/simple.test.ts#L1
1) [chromium] βΊ swap/simple.test.ts:62:1 βΊ Wrap and unwrap βββββββββββββββββββββββββββββββββββββββ
Test timeout of 180000ms exceeded.
|
Test:
test/helpers/swap.ts#L39
1) [chromium] βΊ swap/simple.test.ts:62:1 βΊ Wrap and unwrap βββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeVisible()
Locator: locator('[testdata-id=approve-erc20-button]').filter({ hasText: 'Approve WPOL' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 180000ms
- waiting for locator('[testdata-id=approve-erc20-button]').filter({ hasText: 'Approve WPOL' })
at helpers/swap.ts:39
37 | },
38 | )
> 39 | await expect(approveButton).toBeVisible()
| ^
40 | await expect(approveButton).toBeEnabled()
41 |
42 | await this.page
at SwapPage.wrap (/home/runner/work/sushiswap/sushiswap/apps/web/test/helpers/swap.ts:39:35)
at /home/runner/work/sushiswap/sushiswap/apps/web/test/swap/simple.test.ts:72:3
|
Test
Process completed with exit code 1.
|
Test:
[chromium] βΊ swap/simple.test.ts#L1
[chromium] βΊ swap/simple.test.ts took 3.0m
|
Test:
[chromium] βΊ pool/pool.test.ts#L1
[chromium] βΊ pool/pool.test.ts took 35.8s
|
Test
1 failed
[chromium] βΊ swap/simple.test.ts:62:1 βΊ Wrap and unwrap ββββββββββββββββββββββββββββββββββββββββ
3 did not run
2 passed (3.1m)
|
Loading