feat(auto-save): Auto-save on slice builder #2466
Annotations
1 error and 1 notice
Running E2E tests:
playwright/tests/common/sideNav.spec.ts#L43
1) [chromium] › common/sideNav.spec.ts:6:11 › I can navigate through all menu entries ────────────
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('main').getByText('Changelog', { exact: true })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByRole('main').getByText('Changelog', { exact: true })
41 |
42 | await changelogPage.menu.changelogLink.click();
> 43 | await expect(changelogPage.breadcrumbLabel).toBeVisible();
| ^
44 | expect(await sliceMachinePage.page.title()).toContain(
45 | "Changelog - Slice Machine",
46 | );
at /home/runner/work/slice-machine/slice-machine/playwright/tests/common/sideNav.spec.ts:43:49
|
Running E2E tests
1 flaky
[chromium] › common/sideNav.spec.ts:6:11 › I can navigate through all menu entries ─────────────
22 passed (3.7m)
|
The logs for this run have expired and are no longer available.
Loading