Skip to content

Commit

Permalink
chore: remove flaky smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Oct 25, 2024
1 parent 19da78e commit 1e0cf60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/e2e/smoke.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ describe("passes smoke test", () => {
}
cy.contains("Press Releases");
cy.get("a.m-homepage__news-item").should("have.length.greaterThan", 0);
cy.contains("What's Happening at the MBTA");
cy.get(".m-whats-happening__item").should("have.length.greaterThan", 0);
cy.contains("MBTA User Guides");
cy.get(".user-guides .guide").should("have.length.greaterThan", 0);
cy.contains("Important Links");
Expand Down

0 comments on commit 1e0cf60

Please sign in to comment.