Skip to content

Commit

Permalink
✅ Remove span.tag test
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary authored Nov 17, 2020
1 parent 902d5d4 commit f8d3f0f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cypress/integration/incident.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ describe("Live status", () => {
it("has multiple status messages", () => {
cy.get("article").should("have.lengthOf.above", 1);
});
it("has been fixed", () => {
cy.get(".tag.closed").should("have.value", "Fixed");
});
});

0 comments on commit f8d3f0f

Please sign in to comment.