From ad5bf89b3561da8d3b73382bd5875dbe0b550300 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Tue, 24 Sep 2024 12:32:07 +0530 Subject: [PATCH] test: enter instructor value --- cypress/e2e/course_creation.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/course_creation.cy.js b/cypress/e2e/course_creation.cy.js index 6353d28c7..8d6f60f0a 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");