test set scheduling ui
This commit is contained in:
parent
b812a4b21b
commit
b7fb594c26
5 changed files with 262 additions and 0 deletions
|
|
@ -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', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue