chore(deps): bump @nestjs/common from 10.3.10 to 10.4.5 #816
Annotations
4 errors, 1 warning, and 1 notice
Run Playwright tests
Testing stopped early after 2 maximum allowed failures.
|
Run Playwright tests:
packages/interface/e2e/connectWallet.test.ts#L8
1) [chromium] › connectWallet.test.ts:13:7 › connect wallet › should connect wallet using default metamask account
Test timeout of 100000ms exceeded while running "beforeEach" hook.
6 |
7 | test.describe("connect wallet", () => {
> 8 | test.beforeEach(async ({ page }) => {
| ^
9 | await page.goto("/", { timeout: ***000 });
10 | await page.waitForSelector('button:has-text("Connect wallet")', { state: "visible", timeout: 30000 });
11 | });
at /home/runner/work/maci-platform/maci-platform/packages/interface/e2e/connectWallet.test.ts:8:8
|
Run Playwright tests:
packages/interface/e2e/connectWallet.test.ts#L8
1) [chromium] › connectWallet.test.ts:13:7 › connect wallet › should connect wallet using default metamask account
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 100000ms exceeded while running "beforeEach" hook.
6 |
7 | test.describe("connect wallet", () => {
> 8 | test.beforeEach(async ({ page }) => {
| ^
9 | await page.goto("/", { timeout: ***000 });
10 | await page.waitForSelector('button:has-text("Connect wallet")', { state: "visible", timeout: 30000 });
11 | });
at /home/runner/work/maci-platform/maci-platform/packages/interface/e2e/connectWallet.test.ts:8:8
|
Run Playwright tests
The process '/usr/bin/xvfb-run' failed with exit code 1
|
Run actions/upload-artifact@v4
No files were found with the provided path: ./playwright-report/. No artifacts will be uploaded.
|
Run Playwright tests
1 failed
[chromium] › connectWallet.test.ts:13:7 › connect wallet › should connect wallet using default metamask account
|
Loading