diff --git a/cypress/e2e/route/Oracle.cy.ts b/cypress/e2e/route/Oracle.cy.ts index e4a0d3bc..f7953f14 100644 --- a/cypress/e2e/route/Oracle.cy.ts +++ b/cypress/e2e/route/Oracle.cy.ts @@ -4,7 +4,7 @@ describe("/oracle", () => { describe("Given I want to ask a question to the oracle", () => { it("should ask questions to the oracle ", () => { Fari.start(); - Fari.getByText("Consult the Oracle").click(); + Fari.visit("/oracle"); askOracle();