test: remove automatic logout for all tests #4453
Annotations
1 error and 1 notice
|
playwright/pages/shared/TypeBuilderPage.ts#L211
1) [chromium] › pageTypes/pageTypeBuilderFields.spec.ts:221:5 › I can add a nested group with a sub field inside a group field
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('button', { name: 'Page Type 1748220717926424564' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByRole('button', { name: 'Page Type 1748220717926424564' })
at ../pages/shared/TypeBuilderPage.ts:211
209 | : this.customTypeTablePage;
210 | await typePage.goto();
> 211 | await expect(typePage.getRow(name)).toBeVisible();
| ^
212 | await typePage.getRow(name).click();
213 | await this.checkBreadcrumb(name);
214 | }
at PageTypeBuilderPage.goto (/home/runner/work/slice-machine/slice-machine/playwright/pages/shared/TypeBuilderPage.ts:211:41)
at /home/runner/work/slice-machine/slice-machine/playwright/tests/pageTypes/pageTypeBuilderFields.spec.ts:233:3
|
|
|
The logs for this run have expired and are no longer available.
Loading