update create plan body assertion
This commit is contained in:
parent
8bfc110ed3
commit
6e93bd3872
1 changed files with 0 additions and 1 deletions
|
|
@ -61,7 +61,6 @@ describe('Create plan modal on the home page', () => {
|
|||
cy.wait('@createPlan').then((createPlanRequest) => {
|
||||
expect(createPlanRequest.response.statusCode).to.eq(201)
|
||||
expect(createPlanRequest.request.body).to.deep.equal({
|
||||
userId: 0,
|
||||
textId: 0,
|
||||
name: 'My reading plan',
|
||||
dateStart: '2025-01-01',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue