Skip to content

Commit

Permalink
fix: ui test button label
Browse files Browse the repository at this point in the history
  • Loading branch information
pateljannat committed Oct 8, 2024
1 parent 9306119 commit ba78a15
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 @@ -5,7 +5,7 @@ describe("Course Creation", () => {
cy.visit("/lms/courses");

// Create a course
cy.get("a").contains("New Course").click();
cy.get("a").contains("New").click();
cy.wait(1000);
cy.url().should("include", "/courses/new/edit");

Expand Down

0 comments on commit ba78a15

Please sign in to comment.