Skip to content

Commit

Permalink
fixed which room the testcase checks against
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Jun 19, 2023
1 parent bd79390 commit ab95906
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webclient/cypress/e2e/coordinates.cy.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
describe("Check if users can submit coordinates", () => {
it("main page", () => {
cy.visit("http://localhost:8000/view/mi");
// 1902.02.286 is a unimportant room in Heilbron which will likely never get a coordinate
cy.visit("http://localhost:8000/view/1902.02.286");
cy.intercept("POST", "/api/feedback/get_token", { statusCode: 201, fixture: "feedback_token.json" });
});
});
Expand Down

0 comments on commit ab95906

Please sign in to comment.