Playwright Tests #19
Annotations
7 errors, 1 warning, and 1 notice
playwright/auth.setup.ts#L1
1) [auth-setup] › auth.setup.ts:9:6 › authenticate ───────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
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
|
playwright/auth.setup.ts#L1
1) [auth-setup] › auth.setup.ts:9:6 › authenticate ───────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
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
|
playwright/auth.setup.ts#L1
1) [auth-setup] › auth.setup.ts:9:6 › authenticate ───────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
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
|
|
|
|
The logs for this run have expired and are no longer available.
Loading