From 6e93bd3872045c94efb17af0e05c08d4022a5358 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Fri, 24 Apr 2026 16:07:36 +0300 Subject: [PATCH] update create plan body assertion --- cypress/e2e/homeCreatePlan.cy.js | 1 - 1 file changed, 1 deletion(-) 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',