Skip to content

Commit

Permalink
Fix commenting test
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Apr 13, 2023
1 parent 6fc44e0 commit c821848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/diagramUpdate.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}/`);
Expand Down

0 comments on commit c821848

Please sign in to comment.