Fix commenting test
This commit is contained in:
@@ -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}/`);
|
||||
|
||||
Reference in New Issue
Block a user