fix: redirect from batch/details to batch

This commit is contained in:
Jannat Patel
2026-02-18 15:36:55 +05:30
parent 24bfe69985
commit 8ab6776fa9
12 changed files with 17 additions and 624 deletions

View File

@@ -158,7 +158,7 @@ describe("Batch Creation", () => {
cy.get('div[role="dialog"]')
.first()
.find("div[label='Student']")
.find("button")
.find("div")
.first()
.click();
cy.get("input[placeholder='Search']").type(randomEmail);