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 @@ describe('email confirmation', () => {
|
|||
statusCode: 200,
|
||||
body: { sets: [] },
|
||||
})
|
||||
cy.intercept('GET', '**/api/schedules', {
|
||||
statusCode: 200,
|
||||
body: { schedules: [] },
|
||||
})
|
||||
})
|
||||
|
||||
it('chooses a password, confirms the account, and opens the dashboard', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue