Skip to content

Commit

Permalink
update to angular 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
codez committed Nov 11, 2019
1 parent 43dba79 commit a9e6092
Show file tree
Hide file tree
Showing 4 changed files with 4,092 additions and 1,544 deletions.
2 changes: 1 addition & 1 deletion cypress/integration/tracks_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe("Tracks", () => {
response: "fixture:tracks/23.json"
});

cy.visit("/2019/04/15;time=2100");
cy.visit("/2019/04/15;time=2100", { failOnStatusCode: false });
cy.get("h2.title").should("contain", "Montag 15. April 2019");
cy.get("sd-broadcasts-date sd-broadcast").should("have.length", 11);
cy.get("sd-broadcasts-date sd-running-broadcast").should("have.length", 1);
Expand Down
Loading

0 comments on commit a9e6092

Please sign in to comment.