Skip to content

Commit

Permalink
test: enter instructor value
Browse files Browse the repository at this point in the history
  • Loading branch information
pateljannat committed Sep 24, 2024
1 parent 88b38df commit ad5bf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/course_creation.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit ad5bf89

Please sign in to comment.