mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
simplify addCluster to pass CI
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
35ab6ffe4a
commit
5d102e8a91
@ -17,10 +17,6 @@ describe("app start", () => {
|
||||
const addMinikubeCluster = async (app: Application) => {
|
||||
await app.client.click("div.add-cluster")
|
||||
await app.client.waitUntilTextExists("div", "Select kubeconfig file")
|
||||
await app.client.click("div.Select__control")
|
||||
await app.client.waitUntilTextExists("div", "minikube")
|
||||
await app.client.click("div.minikube")
|
||||
await app.client.click("div.Select__control")
|
||||
await app.client.click("button.primary")
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user