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

@ -43,6 +43,10 @@ describe('session authentication', () => {
statusCode: 200,
body: { sets: [] },
})
cy.intercept('GET', '**/api/schedules', {
statusCode: 200,
body: { schedules: [] },
})
})
it('restores an authenticated session on a protected route', () => {