diff --git a/test/e2e/admin_portal.go b/test/e2e/admin_portal.go index 78a332d54b3..4b4330b32f2 100644 --- a/test/e2e/admin_portal.go +++ b/test/e2e/admin_portal.go @@ -74,7 +74,7 @@ var _ = Describe("Admin Portal E2E Testing", func() { }) It("Should be able to populate cluster info panel correctly", func() { - const CLUSTER_INFO_HEADINGS = 10 + const CLUSTER_INFO_HEADINGS = 11 err := wd.Wait(conditions.ElementIsLocated(selenium.ByCSSSelector, "div[data-automation-key='name']")) Expect(err).ToNot(HaveOccurred())