diff --git a/cypress/e2e/course_creation.cy.js b/cypress/e2e/course_creation.cy.js index 6353d28c..8d6f60f0 100644 --- a/cypress/e2e/course_creation.cy.js +++ b/cypress/e2e/course_creation.cy.js @@ -47,7 +47,7 @@ describe("Course Creation", () => { .contains("Instructors") .parent() .within(() => { - cy.get("input").click(); + cy.get("input").click().type("frappe"); cy.get("input") .invoke("attr", "aria-controls") .as("instructor_list_id");