Skip to content

Commit

Permalink
fix: int test
Browse files Browse the repository at this point in the history
  • Loading branch information
RPDeshaies committed Nov 5, 2024
1 parent 9c5e5a7 commit d95318a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/route/Oracle.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit d95318a

Please sign in to comment.