Skip to content

Commit

Permalink
new panel entry
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Sep 13, 2023
1 parent d29a2d5 commit 874b817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/admin_portal.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 874b817

Please sign in to comment.