diff --git a/src/behaviours/extension-special-characters-in-page-registrations.test.tsx b/src/behaviours/extension-special-characters-in-page-registrations.test.tsx index 3e84479f69..e598277f30 100644 --- a/src/behaviours/extension-special-characters-in-page-registrations.test.tsx +++ b/src/behaviours/extension-special-characters-in-page-registrations.test.tsx @@ -10,6 +10,7 @@ import currentPathInjectable from "../renderer/routes/current-path.injectable"; import type { LensRendererExtension } from "../extensions/lens-renderer-extension"; import type { ApplicationBuilder } from "../renderer/components/test-utils/get-application-builder"; import { getApplicationBuilder } from "../renderer/components/test-utils/get-application-builder"; +import type { SetRequired } from "type-fest"; describe("extension special characters in page registrations", () => { let applicationBuilder: ApplicationBuilder; @@ -49,7 +50,7 @@ describe("extension special characters in page registrations", () => { }); }); -const extensionWithPagesHavingSpecialCharacters: Partial = { +const extensionWithPagesHavingSpecialCharacters: SetRequired, "id"> = { id: "@some-extension-id/", globalPages: [ diff --git a/src/behaviours/navigate-to-extension-page.test.tsx b/src/behaviours/navigate-to-extension-page.test.tsx index 915d3bab2b..c0985732ab 100644 --- a/src/behaviours/navigate-to-extension-page.test.tsx +++ b/src/behaviours/navigate-to-extension-page.test.tsx @@ -13,6 +13,7 @@ import currentPathInjectable from "../renderer/routes/current-path.injectable"; import type { IComputedValue } from "mobx"; import type { LensRendererExtension } from "../extensions/lens-renderer-extension"; import { getApplicationBuilder } from "../renderer/components/test-utils/get-application-builder"; +import type { SetRequired } from "type-fest"; describe("navigate to extension page", () => { let rendered: RenderResult; @@ -125,7 +126,7 @@ describe("navigate to extension page", () => { }); }); -const extensionWithPagesHavingParameters: Partial = { +const extensionWithPagesHavingParameters: SetRequired, "id"> = { id: "some-extension-id", globalPages: [ diff --git a/src/behaviours/preferences/__snapshots__/navigation-to-proxy-preferences.test.ts.snap b/src/behaviours/preferences/__snapshots__/navigation-to-proxy-preferences.test.ts.snap index ec521a3ad5..6e16245cf2 100644 --- a/src/behaviours/preferences/__snapshots__/navigation-to-proxy-preferences.test.ts.snap +++ b/src/behaviours/preferences/__snapshots__/navigation-to-proxy-preferences.test.ts.snap @@ -105,7 +105,7 @@ exports[`preferences - navigation to proxy preferences given in preferences, whe class="SubTitle" > Theme - +
Extension Install Registry - +
This setting is to change the registry URL for installing extensions by name. - - If you are unable to access the default registry ( - https://registry.npmjs.org - ) - - you can change it in your + If you are unable to access the default registry (https://registry.npmjs.org) you can change it in your .npmrc -  file or in the input below. + file or in the input below.

Start-up - +
Locale Timezone - +
HTTP Proxy - +
Certificate Trust - +