Skip to content

Commit

Permalink
Update admin_portal.go
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl authored Sep 18, 2023
1 parent d177aa5 commit 8e7de36
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 = 11
const CLUSTER_INFO_HEADINGS = 10

err := wd.Wait(conditions.ElementIsLocated(selenium.ByCSSSelector, "div[data-automation-key='name']"))
Expect(err).ToNot(HaveOccurred())
Expand Down

0 comments on commit 8e7de36

Please sign in to comment.