diff --git a/integration/helpers/utils.ts b/integration/helpers/utils.ts index f9a10e1d4d..e52ae1d87f 100644 --- a/integration/helpers/utils.ts +++ b/integration/helpers/utils.ts @@ -104,10 +104,7 @@ function minikubeEntityId() { * From the catalog, click the minikube entity and wait for it to connect, returning its frame */ export async function lauchMinikubeClusterFromCatalog(window: Page): Promise { - await window.waitForSelector("div.TableCell"); await window.click("div.TableCell >> text='minikube'"); - await window.waitForSelector("div.drawer-title-text >> text='KubernetesCluster: minikube'"); - await window.click("div.EntityIcon div.HotbarIcon div div.MuiAvatar-root"); const minikubeFrame = await window.waitForSelector(`#cluster-frame-${minikubeEntityId()}`);