Skip to content

Commit

Permalink
test: check editor focus before typing
Browse files Browse the repository at this point in the history
  • Loading branch information
colomolo committed Jan 21, 2025
1 parent e7f8e95 commit ae134b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/component/rich-text/RichTextEditor.Quotes.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ describe('Rich Text Editor - Quotes', { viewportHeight: 2000, viewportWidth: 100
'using the toolbar',
() => {
richText.toolbar.quote.click();
richText.editor.should('be.focused');
},
],
[
Expand Down

0 comments on commit ae134b2

Please sign in to comment.