Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
hansmorb committed Jun 15, 2024
1 parent 3fa3e8c commit 79d15ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/e2e/litepicker-overbooking.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ describe('test overbooking process', () => {
assertWeekendOverbooking(false)
})

it.only('Weekly Repetitions is not overbookable (1 day to overbook) works', function () {
it('Weekly Repetitions is not overbookable (1 day to overbook) works', function () {
const testName = 'WeeklyRepetition NoOverbooking 1Day'
visitTestPage(testName, this.bookableItems, this.bookableLocations)
//this test is different from the others, as it only tries to overbook sunday and not the whole weekend
Expand Down

0 comments on commit 79d15ef

Please sign in to comment.