From 5a1ab4cd7907d5e7189ce1be60f1db019d563e7d Mon Sep 17 00:00:00 2001 From: Demian Godon Date: Fri, 15 Mar 2024 15:52:16 -0700 Subject: [PATCH] revert hack workarounds --- .github/workflows/main.yml | 2 +- cypress/e2e/get_bookings.cy.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d190d0..349556c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/cypress/e2e/get_bookings.cy.js b/cypress/e2e/get_bookings.cy.js index 038bba8..e963240 100644 --- a/cypress/e2e/get_bookings.cy.js +++ b/cypress/e2e/get_bookings.cy.js @@ -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) => {