chore: update release process (#1235) #2362
Annotations
1 error and 1 notice
playwright/pages/ChangesPage.ts#L62
1) [chromium] › changes/changes.spec.ts:76:31 › Changes › I can see the changes I have to push ───
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Breadcrumb').getByText('Changes', { exact: true })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByLabel('Breadcrumb').getByText('Changes', { exact: true })
at ../pages/ChangesPage.ts:62
60 | async goto() {
61 | await this.page.goto("/changes");
> 62 | await expect(this.breadcrumbLabel).toBeVisible();
| ^
63 | }
64 |
65 | async pushChanges() {
at ChangesPage.goto (/home/runner/work/slice-machine/slice-machine/playwright/pages/ChangesPage.ts:62:40)
at /home/runner/work/slice-machine/slice-machine/playwright/tests/changes/changes.spec.ts:95:7
|
|
The logs for this run have expired and are no longer available.
Loading