We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85284bd commit 0989709Copy full SHA for 0989709
1 file changed
src/client/testing/tests/change-availability/cancel-date-range.spec.ts
@@ -177,11 +177,6 @@ test.describe.configure({ mode: 'serial' });
177
return;
178
}
179
180
- //TODO navigate there rather than goto
181
- // await page.goto(
182
- // `/manage-your-appointments/site/${site.id}/change-availability`,
183
- // );
184
-
185
await page.getByRole('button', { name: 'Change availability' }).click();
186
await page.waitForURL(
187
`/manage-your-appointments/site/${site.id}/change-availability`,
0 commit comments