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

[upd] fixed_pipeline

parent 9ad69232
No related branches found
No related tags found
No related merge requests found
Pipeline #5884 passed
......@@ -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("1");
cy.get("[data-cy=screen_value]").contains("4");
});
it("subtraction functions with negative result", () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment