test: fix course creation test

This commit is contained in:
Jannat Patel
2023-09-27 19:57:37 +05:30
parent db71f1271b
commit d5387a0d1a

View File

@@ -33,15 +33,16 @@ describe("Course Creation", () => {
cy.get("#lesson-title").type("Test Lesson"); cy.get("#lesson-title").type("Test Lesson");
// Content // Content
cy.get(".ce-block").click().type("{enter}"); cy.get(".collapse-section.collapsed:first").click();
cy.get(".ce-toolbar__plus").click(); cy.get("#lesson-content .ce-block").click().type("{enter}");
cy.get('[data-item-name="youtube"]').click(); cy.get("#lesson-content .ce-toolbar__plus").click();
cy.get('#lesson-content [data-item-name="youtube"]').click();
cy.get('input[data-fieldname="youtube"]').type("GoDtyItReto"); cy.get('input[data-fieldname="youtube"]').type("GoDtyItReto");
cy.button("Insert").click(); cy.button("Insert").click();
cy.wait(1000); cy.wait(1000);
cy.get(".ce-block:last").click().type("{enter}"); cy.get("#lesson-content .ce-block:last").click().type("{enter}");
cy.get(".ce-block:last") cy.get("#lesson-content .ce-block:last")
.click() .click()
.type( .type(
"This is an extremely big paragraph that is meant to test the UI. This is a very long paragraph. It contains more than once sentence. Its meant to be this long as this is a UI test. Its unbearably long and I'm not sure why I'm typing this much. I'm just going to keep typing until I feel like its long enough. I think its long enough now. I'm going to stop typing now." "This is an extremely big paragraph that is meant to test the UI. This is a very long paragraph. It contains more than once sentence. Its meant to be this long as this is a UI test. Its unbearably long and I'm not sure why I'm typing this much. I'm just going to keep typing until I feel like its long enough. I think its long enough now. I'm going to stop typing now."