Skip to content

Commit

Permalink
Added data-cy prop to editor content wrapper (#928)
Browse files Browse the repository at this point in the history
* Added data-cy to editor

* Updated data-cy

* Updated data-cy values
  • Loading branch information
gaagul authored Nov 2, 2023
1 parent 09b0725 commit cafb0bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Editor/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ const Editor = (
attributes: {
class: editorClasses,
style: getEditorStyles({ rows }),
"data-cy": "neeto-editor-content",
...contentAttributes,
},
clipboardTextParser,
Expand Down

0 comments on commit cafb0bf

Please sign in to comment.