From bc34045a4f60b7bb3865f03a64e2447c3e244bac Mon Sep 17 00:00:00 2001 From: Jim Ehrismann <40840436+jim-docker@users.noreply.github.com> Date: Wed, 24 Nov 2021 11:57:27 -0500 Subject: [PATCH] Revert "attempt to fix integration test inexplicably failing (2) (skip failing test)" (#4413) 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"`);