Skip to content

feat: plumb through navigation v1 #1757

feat: plumb through navigation v1

feat: plumb through navigation v1 #1757

Triggered via pull request October 11, 2024 00:26
Status Failure
Total duration 1m 0s
Artifacts

playwright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
test
Argument of type 'NavigationConfig | undefined' is not assignable to parameter of type 'NavigationConfig'.
test
Property 'root' is missing in type '{ navigation: DocsV1Db.NavigationConfig; logo: DocsV1Db.FileId | undefined; logoV2: DocsV1Db.ThemedFileId | undefined; logoHeight: number | undefined; ... 20 more ...; playground: DocsV1Db.PlaygroundConfig | undefined; }' but required in type 'DocsDbConfig'.
test
Property 'root' is missing in type '{ navigation: DocsV1Read.NavigationConfig; logoHeight: number | undefined; logoHref: DocsV1Db.Url | undefined; colorsV3: DocsV1Read.ColorsConfigV3; ... 14 more ...; playground: DocsV1Db.PlaygroundConfig | undefined; }' but required in type 'DocsConfig'.
test
Argument of type 'NavigationConfig | undefined' is not assignable to parameter of type 'NavigationConfig'.
test
Type '{ id: NodeId; type: "changelog"; title: string; overviewPageId: PageId | undefined; noindex: boolean | undefined; slug: Slug; icon: string | undefined; hidden: boolean | undefined; children: ChangelogYearNode[]; }' is missing the following properties from type 'ChangelogNode': authed, audience
test
Type '{ id: NodeId; type: "changelogYear"; title: string; year: number; slug: Slug; icon: undefined; hidden: undefined; children: ChangelogMonthNode[]; }[]' is not assignable to type 'ChangelogYearNode[]'.
test
Type '{ id: NodeId; type: "changelogMonth"; title: string; month: number; slug: Slug; icon: undefined; hidden: undefined; children: ChangelogEntryNode[]; }[]' is not assignable to type 'ChangelogMonthNode[]'.
test
Type '{ id: NodeId; type: "changelogEntry"; title: string; date: string; pageId: PageId; noindex: boolean | undefined; slug: Slug; icon: undefined; hidden: undefined; }' is missing the following properties from type 'ChangelogEntryNode': authed, audience
test
Type '{ id: NodeId; type: "apiReference"; title: string; apiDefinitionId: ApiDefinitionId; overviewPageId: PageId | undefined; noindex: boolean | undefined; ... 10 more ...; playground: undefined; }' is missing the following properties from type 'ApiReferenceNode': authed, audience
test
Type '{ id: FernNavigation.V1.NodeId; type: "endpoint"; title: string; endpointId: FernNavigation.EndpointId; slug: FernNavigation.V1.Slug; ... 6 more ...; playground: undefined; }' is not assignable to type 'EndpointNode | EndpointPairNode'.
test
Report file results.json not found. Make sure Playwright is configured to generate a JSON report.