test: increase wait time when lesson is opened

This commit is contained in:
Jannat Patel
2024-06-21 10:36:26 +05:30
parent 05e8513ad1
commit ed7c30057c
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ describe("Course Creation", () => {
cy.get("[id^=headlessui-disclosure-panel-").within(() => {
cy.get("div").contains("Test Lesson").click();
});
cy.wait(1000);
cy.wait(3000);
// View Lesson
cy.url().should("include", "/learn/1-1");