test: fixed category input selection in course creation test

This commit is contained in:
Jannat Patel
2026-02-17 12:09:29 +05:30
4 changed files with 3 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ describe("Course Creation", () => {
.contains("Category")
.parent()
.within(() => {
cy.get("button").click();
cy.get("input").click();
});
cy.get("[id^=headlessui-combobox-option-")
.should("be.visible")