Skip to content

Commit

Permalink
feat: changed assertion to match semantic meaning
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHorwitz committed Aug 11, 2024
1 parent 25c4c03 commit 44a1937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress/e2e/dispute.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe("Navigation", () => {
it("should not be in the archive", () => {
cy.setCookie("jwt", cookie ?? "");
cy.visit("http://capstone-dre.dns.net.za/archive");
cy.get('input[name="q"]').click().type(title);
// cy.get('input[name="q"]').click().type(title);
// cy.get('button[type="submit"]').click();
});
});

0 comments on commit 44a1937

Please sign in to comment.