You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.type("Test Batch Short Description to test the UI");
68
-
cy.get("div[contenteditable=true").invoke(
68
+
cy.get("div.ProseMirror").invoke(
69
69
"text",
70
70
"Test Batch Description. I need a very big description to test the UI. This is a very big description. 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."
.type("Test Course Short Introduction to test the UI");
19
-
cy.get("div[contenteditable=true").invoke(
19
+
cy.get("div.ProseMirror").invoke(
20
20
"text",
21
21
"Test Course Description. I need a very big description to test the UI. This is a very big description. 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."
0 commit comments