Skip to content

Commit

Permalink
possible test fix take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Demian Godon authored and Demian Godon committed Mar 25, 2024
1 parent 47eae98 commit 150291f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/get_bookings.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe("Get Bookings spec", () => {

it("Get Booking by Checkin", () => {
bookings_wrapper
.get_booking_by({ checkin: newbooking.bookingdates.checkin })
.get_booking_by({ checkin: checkinMinus1Str })
.then((response) => {
expect(response.status).to.be.equal(200);
expect(response.body).to.have.lengthOf.above(0);
Expand Down

0 comments on commit 150291f

Please sign in to comment.