From ed81ede8fce9368f3f600c766c26e9075687e7e9 Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Sun, 22 Nov 2020 10:43:53 +0200 Subject: [PATCH] Update integration tests Signed-off-by: Lauri Nevala --- integration/__tests__/app.tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/__tests__/app.tests.ts b/integration/__tests__/app.tests.ts index c91897ef27..35891ee5fb 100644 --- a/integration/__tests__/app.tests.ts +++ b/integration/__tests__/app.tests.ts @@ -84,7 +84,7 @@ describe("Lens integration tests", () => { }); it('ensures helm repos', async () => { - await app.client.waitUntilTextExists("div.repos #message-stable", "stable"); // wait for the helm-cli to fetch the stable repo + await app.client.waitUntilTextExists("div.repos #message-bitnami", "bitnami"); // wait for the helm-cli to fetch the bitnami repo 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) });