diff --git a/cypress/e2e/homeCreatePlan.cy.js b/cypress/e2e/homeCreatePlan.cy.js index dbffa44..8509a61 100644 --- a/cypress/e2e/homeCreatePlan.cy.js +++ b/cypress/e2e/homeCreatePlan.cy.js @@ -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',