Skip to content

Commit

Permalink
fix: Ensure the session is invalidated during booking-seats test
Browse files Browse the repository at this point in the history
  • Loading branch information
emrysal committed Apr 9, 2024
1 parent 65df5ac commit 3598950
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/playwright/booking-seats.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ test.describe("Reschedule for booking with seats", () => {
await expect(foundSecondAttendeeAsOwner).toHaveCount(1);

await page.goto("auth/logout");
await page.getByTestId("logout-btn").click();
await expect(page).toHaveURL(/login/);

// Now we cancel the booking as the first attendee
// booking/${bookingUid}?cancel=true&allRemainingBookings=false&seatReferenceUid={bookingSeat.referenceUid}
Expand Down

0 comments on commit 3598950

Please sign in to comment.