FI-1237 feat: run tests via Playwright #720
Annotations
10 errors
autotests/tests/e2edReportExample/setPageCookies.ts#L20
Type '{ readonly expires: number; readonly httpOnly: false; readonly name: "e2edFooCookie"; readonly path: "/"; readonly sameSite: "strict"; readonly secure: true; readonly value: "bar"; }' is not assignable to type 'Readonly<{ domain?: string; expires: number; httpOnly: boolean; name: string; path: string; sameSite: SameSite; secure: boolean; value: string; }>'.
|
autotests/tests/main/exists.ts#L53
Expected 1-2 arguments, but got 3.
|
src/actions/deleteCookies.ts#L2
Module '"../utils/cookie"' has no exported member 'getCookieOptionsFromPartialCookie'.
|
src/actions/waitFor/waitForRequestToRoute.ts#L59
Expected 2 arguments, but got 3.
|
src/actions/waitFor/waitForRequestToRoute.ts#L67
Argument of type 'unknown' is not assignable to parameter of type 'RouteParams'.
|
src/actions/waitFor/waitForRequestToRoute.ts#L75
Type 'unknown' is not assignable to type 'RouteParams | undefined'.
|
src/actions/waitFor/waitForResponseToRoute.ts#L60
Expected 2 arguments, but got 3.
|
src/actions/waitFor/waitForResponseToRoute.ts#L68
Argument of type 'unknown' is not assignable to parameter of type 'RouteParams'.
|
src/actions/waitFor/waitForResponseToRoute.ts#L76
Type 'unknown' is not assignable to type 'RouteParams | undefined'.
|
src/utils/cookie/assertStringIsSameSite.ts#L12
Type '"lax"' is not comparable to type 'SameSite'.
|
This job succeeded
Loading