From 888ea5a91100765ee4fd1f1be4c725fd3c66850f Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Wed, 26 Jun 2024 10:32:42 +0530 Subject: [PATCH] test: type instructor --- 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 dc31f676..e453ea5b 100644 --- a/cypress/e2e/course_creation.cy.js +++ b/cypress/e2e/course_creation.cy.js @@ -31,7 +31,7 @@ describe("Course Creation", () => { .contains("Preview Video") .type("https://www.youtube.com/embed/-LPmw2Znl2c"); cy.get("[id=tags]").type("Learning{enter}Frappe{enter}ERPNext{enter}"); - cy.get(".search-input").click(); + cy.get(".search-input").click().type("frappe"); cy.wait(1000); cy.get("[id^=headlessui-combobox-option-") .should("be.visible")