Skip to content
Snippets Groups Projects
Commit 9ad69232 authored by MUNIER Florian's avatar MUNIER Florian
Browse files

[upd] test_failure

parent ad1fa817
No related branches found
No related tags found
No related merge requests found
Pipeline #5881 failed
......@@ -10,7 +10,7 @@ describe("Calculator", () => {
cy.get("[data-cy=button]").contains("+").click();
cy.get("[data-cy=button]").contains("3").click();
cy.get("[data-cy=button]").contains("=").click();
cy.get("[data-cy=screen_value]").contains("4");
cy.get("[data-cy=screen_value]").contains("1");
});
it("subtraction functions with negative result", () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment