Skip to content

Commit

Permalink
revert hack workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Demian Godon authored and Demian Godon committed Mar 15, 2024
1 parent 19e27f4 commit 5a1ab4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
# run 3 copies of the current job in parallel
containers: [1, 2]
containers: [1, 2, 3]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/get_bookings.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe("Get Bookings spec", () => {
});
});

it.skip("Get Booking by Checkin", () => {
it("Get Booking by Checkin", () => {
bookings_wrapper
.get_booking_by({ checkin: sampleCheckinStr })
.then((response) => {
Expand Down

0 comments on commit 5a1ab4c

Please sign in to comment.