feat: implement designed UI/UX #198
Annotations
4 errors, 1 warning, and 1 notice
|
packages/interface/playwright/fixtures.ts#L37
1) [chromium] › connectWallet.test.ts:10:7 › connect wallet › should connect wallet using default metamask account
Error: browserType.launchPersistentContext: Executable doesn't exist at /home/runner/.cache/ms-playwright/chromium-1129/chrome-linux/chrome
╔═════════════════════════════════════════════════════════════════════════╗
║ Looks like Playwright Test or Playwright was just installed or updated. ║
║ Please run the following command to download new browsers: ║
║ ║
║ pnpm exec playwright install ║
║ ║
║ <3 Playwright Team ║
╚═════════════════════════════════════════════════════════════════════════╝
at ../playwright/fixtures.ts:37
35 |
36 | // launch browser
> 37 | const context = await chromium.launchPersistentContext("", {
| ^
38 | headless: false,
39 | args: browserArgs,
40 | });
at Object.context (/home/runner/work/maci-platform/maci-platform/packages/interface/playwright/fixtures.ts:37:21)
|
packages/interface/playwright/fixtures.ts#L37
1) [chromium] › connectWallet.test.ts:10:7 › connect wallet › should connect wallet using default metamask account
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: browserType.launchPersistentContext: Executable doesn't exist at /home/runner/.cache/ms-playwright/chromium-1129/chrome-linux/chrome
╔═════════════════════════════════════════════════════════════════════════╗
║ Looks like Playwright Test or Playwright was just installed or updated. ║
║ Please run the following command to download new browsers: ║
║ ║
║ pnpm exec playwright install ║
║ ║
║ <3 Playwright Team ║
╚═════════════════════════════════════════════════════════════════════════╝
at ../playwright/fixtures.ts:37
35 |
36 | // launch browser
> 37 | const context = await chromium.launchPersistentContext("", {
| ^
38 | headless: false,
39 | args: browserArgs,
40 | });
at Object.context (/home/runner/work/maci-platform/maci-platform/packages/interface/playwright/fixtures.ts:37:21)
|
|
|
|
This job failed
Loading