From a4b63733145b8c6258331b8104e635778cd0a4b1 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Fri, 11 Feb 2022 13:06:55 -0500 Subject: [PATCH] Fix integration test Signed-off-by: Sebastian Malton --- integration/__tests__/cluster-pages.tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/__tests__/cluster-pages.tests.ts b/integration/__tests__/cluster-pages.tests.ts index d9f91d3dc8..5a4ae5085a 100644 --- a/integration/__tests__/cluster-pages.tests.ts +++ b/integration/__tests__/cluster-pages.tests.ts @@ -320,7 +320,7 @@ utils.describeIf(minikubeReady(TEST_NAMESPACE))("Minikube based tests", () => { await frame.waitForSelector(`.Menu >> text="Add to Hotbar"`); await frame.waitForSelector(`.Menu >> text="Settings"`); await frame.waitForSelector(`.Menu >> text="Disconnect"`); - await frame.waitForSelector(`.Menu >> text="Delete"`); + await frame.waitForSelector(`.Menu >> text="Remove"`); }); it("should navigate around common cluster pages", async () => {