Skip to content

Commit

Permalink
Adjust reservation expiration time
Browse files Browse the repository at this point in the history
Im not sure why this test is passing on GitHub Actions, but fails when running locally.
  • Loading branch information
kasperbirch1 committed Oct 9, 2023
1 parent ac0aad1 commit 0ce8962
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ describe("Reservation details modal test", () => {
cy.getBySel("reservation-form-list-item")
.eq(0)
.find(".text-small-caption")
.should("have.text", "Your reservation expires 27-01-2023 23:37!");
.should("have.text", "Your reservation expires 27-01-2023 22:37!");

// ID 17 2.f. header "date of reservation"
cy.getBySel("reservation-form-list-item")
Expand Down

0 comments on commit 0ce8962

Please sign in to comment.