Skip to content

Commit 9da41d1

Browse files
committed
test: added basic clipboard tests for wysiwyg
1 parent 6ab3b98 commit 9da41d1

14 files changed

+624
-759
lines changed

demo/components/Playground.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ export const Playground = memo<PlaygroundProps>((props) => {
307307
<MarkdownEditorView
308308
autofocus
309309
className={className}
310+
qa="playground-md-editor"
310311
stickyToolbar={Boolean(stickyToolbar)}
311312
toolbarsPreset={toolbarsPreset}
312313
wysiwygToolbarConfig={wysiwygToolbarConfig}

0 commit comments

Comments
 (0)