test set scheduling ui

This commit is contained in:
Yisroel Baum 2026-08-10 20:11:09 +03:00
parent b812a4b21b
commit b7fb594c26
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
5 changed files with 262 additions and 0 deletions

View file

@ -13,6 +13,10 @@ function interceptAuthenticatedUser(): void {
describe('sets dashboard', () => {
beforeEach(() => {
interceptAuthenticatedUser()
cy.intercept('GET', '**/api/schedules', {
statusCode: 200,
body: { schedules: [] },
})
})
it('shows every available set as a detail link', () => {