Fix small component menu #3553
Annotations
1 error and 1 notice
🔗 Merge into HTML Report:
../../../../../runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/index.ts#L81
1) [Setup Dashboard] › integration-test/dashboard/auth.setup.ts:7:1 › authenticate › Wait for dashboard to load
Error: Timed out 5000ms waiting for expect(locator).toBeAttached()
Locator: getByTestId('after-auth-layout')
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for getByTestId('after-auth-layout')
at integration-test/dashboard/actions/index.ts:81
79 | async function waitForDashboardToLoad(page: Page) {
80 | await waitForLoaded(page)
> 81 | await expect(page.getByTestId('after-auth-layout')).toBeAttached()
| ^
82 | }
83 |
84 | /** A placeholder date for visual regression testing. */
at waitForDashboardToLoad (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/index.ts:81:55)
at LoginPageActions.then (/runner/_work/enso/enso/app/gui/integration-test/dashboard/actions/BaseActions.ts:96:12)
|
🔗 Merge into HTML Report
1 flaky
[Setup Dashboard] › integration-test/dashboard/auth.setup.ts:7:1 › authenticate ────────────────
3 skipped
290 passed (5.5m)
|
Loading