Skip to content

Commit 0989709

Browse files
committed
Removed commented code
1 parent 85284bd commit 0989709

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/client/testing/tests/change-availability/cancel-date-range.spec.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,6 @@ test.describe.configure({ mode: 'serial' });
177177
return;
178178
}
179179

180-
//TODO navigate there rather than goto
181-
// await page.goto(
182-
// `/manage-your-appointments/site/${site.id}/change-availability`,
183-
// );
184-
185180
await page.getByRole('button', { name: 'Change availability' }).click();
186181
await page.waitForURL(
187182
`/manage-your-appointments/site/${site.id}/change-availability`,

0 commit comments

Comments
 (0)