fix Test
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ export const typeInEditor = (
|
||||
text: string,
|
||||
{ bottom = true, newline = false }: EditorOptions = {}
|
||||
) => {
|
||||
cy.get('#editor textarea:first').click();
|
||||
cy.get('#editor').click();
|
||||
if (bottom) {
|
||||
cy.focused().type('{pageDown}');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user