Playwright Tests #19
Triggered via deployment status
July 23, 2024 09:49
vercel[bot]
created
dd5579a
Status
Failure
Total duration
3m 11s
Artifacts
–
Annotations
7 errors, 1 warning, and 1 notice
[auth-setup] › auth.setup.ts:9:6 › authenticate:
playwright/auth.setup.ts#L1
1) [auth-setup] › auth.setup.ts:9:6 › authenticate ───────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[auth-setup] › auth.setup.ts:9:6 › authenticate:
playwright/auth.setup.ts#L26
1) [auth-setup] › auth.setup.ts:9:6 › authenticate ───────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('sign-in-button')
24 |
25 | await page.goto("/explorer")
> 26 | await page.getByTestId("sign-in-button").click()
| ^
27 |
28 | const signInDialog = await page.getByRole("dialog", {
29 | name: "Connect to Guild",
at /home/runner/work/guild.xyz/guild.xyz/playwright/auth.setup.ts:26:44
|
[auth-setup] › auth.setup.ts:9:6 › authenticate:
playwright/auth.setup.ts#L1
1) [auth-setup] › auth.setup.ts:9:6 › authenticate ───────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[auth-setup] › auth.setup.ts:9:6 › authenticate:
playwright/auth.setup.ts#L26
1) [auth-setup] › auth.setup.ts:9:6 › authenticate ───────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('sign-in-button')
24 |
25 | await page.goto("/explorer")
> 26 | await page.getByTestId("sign-in-button").click()
| ^
27 |
28 | const signInDialog = await page.getByRole("dialog", {
29 | name: "Connect to Guild",
at /home/runner/work/guild.xyz/guild.xyz/playwright/auth.setup.ts:26:44
|
[auth-setup] › auth.setup.ts:9:6 › authenticate:
playwright/auth.setup.ts#L1
1) [auth-setup] › auth.setup.ts:9:6 › authenticate ───────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[auth-setup] › auth.setup.ts:9:6 › authenticate:
playwright/auth.setup.ts#L26
1) [auth-setup] › auth.setup.ts:9:6 › authenticate ───────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('sign-in-button')
24 |
25 | await page.goto("/explorer")
> 26 | await page.getByTestId("sign-in-button").click()
| ^
27 |
28 | const signInDialog = await page.getByRole("dialog", {
29 | name: "Connect to Guild",
at /home/runner/work/guild.xyz/guild.xyz/playwright/auth.setup.ts:26:44
|
test
Process completed with exit code 1.
|
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
1 failed
[auth-setup] › auth.setup.ts:9:6 › authenticate ────────────────────────────────────────────────
1 did not run
|