chore(deps-dev): bump @commitlint/config-conventional from 19.2.2 to 19.4.1 #459
Annotations
4 errors, 1 warning, and 1 notice
|
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: 50000 });
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
|
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: 50000 });
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
|
|
|
|
This job failed
Loading