1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

do not assume that bitnami is guanteed to be in the helm repo list

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-01-14 11:00:30 -05:00
parent dfe6d72505
commit f6d0399d92

View File

@ -93,7 +93,7 @@ describe("Lens integration tests", () => {
});
it("ensures helm repos", async () => {
await app.client.waitUntilTextExists("div.repos #message-bitnami", "bitnami"); // wait for the helm-cli to fetch the bitnami repo
await app.client.waitUntilTextExists("div.repos #message-bitnami", ""); // wait for the helm-cli to fetch the any 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)
});