fix: Comment test caret location

This commit is contained in:
Sidharth Vinod
2023-02-24 10:36:20 +05:30
parent 6c16fa76ff
commit 5a6dccb263
+1 -1
View File
@@ -49,7 +49,7 @@ describe('Auto sync tests', () => {
});
it('supports commenting code out/in', () => {
getEditor().type(`{uparrow}${cmd}/`);
getEditor({ bottom: true, newline: false }).type(`{uparrow}${cmd}/`);
cy.get('#view').contains('Car').should('not.exist');
getEditor().type(`{uparrow}${cmd}/`);