diff --git a/integration/__tests__/app.tests.ts b/integration/__tests__/app.tests.ts index 867a49619a..0c28359317 100644 --- a/integration/__tests__/app.tests.ts +++ b/integration/__tests__/app.tests.ts @@ -72,7 +72,7 @@ describe("Lens integration tests", () => { fail("Lens failed to add any repositories"); } - await app.client.click("[data-testid=kube-tab]"); + await app.client.click("[data-testid=kubernetes-tab]"); await app.client.waitUntilTextExists("div.repos .repoName", repos[0].name); // wait for the helm-cli to fetch the repo(s) await app.client.click("#HelmRepoSelect"); // click the repo select to activate the drop-down await app.client.waitUntilTextExists("div.Select__option", ""); // wait for at least one option to appear (any text) diff --git a/src/renderer/components/+preferences/preferences.tsx b/src/renderer/components/+preferences/preferences.tsx index b8c1e127ab..c96959de8b 100644 --- a/src/renderer/components/+preferences/preferences.tsx +++ b/src/renderer/components/+preferences/preferences.tsx @@ -70,7 +70,7 @@ export class Preferences extends React.Component {