Fix commenting test

This commit is contained in:
Sidharth Vinod
2023-04-13 16:42:12 +05:30
parent 6fc44e06ed
commit c821848b74
+1 -1
View File
@@ -51,7 +51,7 @@ describe('Auto sync tests', () => {
it('supports commenting code out/in', () => {
cy.get('#editor').contains('Car').click();
cy.get('#editor').get('textarea').type(`${cmd}/`);
cy.focused().type(`${cmd}/`);
cy.get('#view').contains('Car').should('not.exist');
typeInEditor(`{uparrow}${cmd}/`);