diff --git a/integration/__tests__/cluster-pages.tests.ts b/integration/__tests__/cluster-pages.tests.ts index 48767c8de2..29550ee2ef 100644 --- a/integration/__tests__/cluster-pages.tests.ts +++ b/integration/__tests__/cluster-pages.tests.ts @@ -39,6 +39,11 @@ utils.describeIf(minikubeReady(TEST_NAMESPACE))("Minikube based tests", () => { await frame.waitForSelector(`.Menu >> text="Remove"`); }); + it("opens cluster settings by clicking link in no-metrics area", async () => { + await frame.click(`[data-testid="no-metrics-message"]`); + await frame.waitForSelector(`[data-testid="general-header"]`); + }); + it( "should navigate around common cluster pages",