diff --git a/cypress/e2e/course_creation.cy.js b/cypress/e2e/course_creation.cy.js index a76bdf8b..3aaf6155 100644 --- a/cypress/e2e/course_creation.cy.js +++ b/cypress/e2e/course_creation.cy.js @@ -21,6 +21,7 @@ describe("Course Creation", () => { cy.wait(1000); cy.get(".edit-header .btn-add-chapter").click(); + cy.wait(500); cy.get("#chapter-title").type("Test Chapter"); cy.get("#chapter-description").type("Test Chapter Description"); cy.button("Save").click();