Skip to content

Commit

Permalink
increase delay in failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib committed Mar 5, 2025
1 parent ebb6140 commit c70397b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/editor.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('Editor', () => {
});

it('autocompletes', () => {
typeCode('<F{enter} c{enter}={downarrow}{enter} />', 100);
typeCode('<F{enter} c{enter}={downarrow}{enter} />', 150);
assertFirstFrameContains('Foo');
assertCodePaneContains('<Foo color="blue" />');
});
Expand Down

0 comments on commit c70397b

Please sign in to comment.