All checks #5
Annotations
2 errors and 1 notice
Run Tests:
apps/web/playwright/hash-my-url.e2e.ts#L58
1) [@***com/web] › apps/web/playwright/hash-my-url.e2e.ts:17:7 › hash my url › generate url hash ─
locator.fill: Error: strict mode violation: locator('[data-testid=event-title]') resolved to 2 elements:
1) <input id=":r33:" required="" name="title" placeholder=…/> aka getByTestId('event-title').first()
2) <input id=":r40:" required="" name="title" placeholder=…/> aka getByTestId('event-title').nth(1)
=========================== logs ===========================
waiting for locator('[data-testid=event-title]')
============================================================
56 | // Additionally, if the slug is changed, ensure that the private URL is updated accordingly.
57 | await page.getByTestId("verti***-tab-event_setup_tab_title").click();
> 58 | await page.locator("[data-testid=event-title]").fill("somethingrandom");
| ^
59 | await page.locator("[data-testid=event-slug]").fill("somethingrandom");
60 | await page.locator("[data-testid=update-eventtype]").click();
61 | await page.getByTestId("toast-success").waitFor();
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/hash-my-url.e2e.ts:58:53
|
Run Tests:
apps/web/playwright/impersonation.e2e.ts#L49
2) [@***com/web] › apps/web/playwright/impersonation.e2e.ts:11:7 › Users can impersonate › App Admin can impersonate users with impersonation enabled
Error: expect(received).toBe(expected) // Object.is equality
Expected: "user-1-1716488001702"
Received: "user-1-1716488002010"
47 | const ogUser = await impersonatedUsernameInput.inputValue();
48 |
> 49 | expect(ogUser).toBe(user.username);
| ^
50 | });
51 | });
52 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/impersonation.e2e.ts:49:20
|
Run Tests
2 flaky
[@***com/web] › apps/web/playwright/hash-my-url.e2e.ts:17:7 › hash my url › generate url hash ──
[@***com/web] › apps/web/playwright/impersonation.e2e.ts:11:7 › Users can impersonate › App Admin can impersonate users with impersonation enabled
4 skipped
59 passed (2.8m)
|
Loading