From b600744752f333c84b1b8ba01574ff326b759367 Mon Sep 17 00:00:00 2001 From: Jim Ehrismann Date: Wed, 24 Nov 2021 09:29:00 -0500 Subject: [PATCH] Revert "attempt to fix integration test inexplicably failing (2) (skip failing test)" This reverts commit 85f26d4660a984d6aab6dc3493f527d278d55743. Signed-off-by: Jim Ehrismann --- 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 24bbd2b75d..64ca60380d 100644 --- a/integration/__tests__/cluster-pages.tests.ts +++ b/integration/__tests__/cluster-pages.tests.ts @@ -331,7 +331,7 @@ utils.describeIf(minikubeReady(TEST_NAMESPACE))("Minikube based tests", () => { await cleanup(); }, 10*60*1000); - it.skip("shows cluster context menu in sidebar", async () => { + it("shows cluster context menu in sidebar", async () => { await frame.click(`[data-testid="sidebar-cluster-dropdown"]`); await frame.waitForSelector(`.Menu >> text="Add to Hotbar"`); await frame.waitForSelector(`.Menu >> text="Settings"`);