Skip to content

Commit

Permalink
skip navigate to the docs page (#2200)
Browse files Browse the repository at this point in the history
  • Loading branch information
juans-chainsafe committed Jun 22, 2022
1 parent c2b71c8 commit 52d1d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storage-ui/cypress/tests/main-navigation.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe("Main Navigation", () => {
cy.url().should("include", "/settings")
})

it("can navigate to the docs page", () => {
it.skip("can navigate to the docs page", () => {
navigationMenu.docsNavButton().invoke("removeAttr", "target").click()
cy.url().should("eq", "https://docs.storage.chainsafe.io/")
})
Expand Down

0 comments on commit 52d1d98

Please sign in to comment.