test: changed CTA labels

This commit is contained in:
Jannat Patel
2025-07-11 11:06:29 +05:30
parent e6bae3dc77
commit 18dfc4c23e
4 changed files with 6 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ describe("Batch Creation", () => {
cy.closeOnboardingModal();
// Create a batch
cy.get("button").contains("New").click();
cy.get("button").contains("Create").click();
cy.wait(500);
cy.url().should("include", "/batches/new/edit");
cy.get("label").contains("Title").type("Test Batch");

View File

@@ -8,7 +8,7 @@ describe("Course Creation", () => {
cy.closeOnboardingModal();
// Create a course
cy.get("button").contains("New").click();
cy.get("button").contains("Create").click();
cy.wait(500);
cy.url().should("include", "/courses/new/edit");