Skip to content

Commit

Permalink
Merge pull request #1360 from culturecreates/task/issue-931
Browse files Browse the repository at this point in the history
chore: added data cy attribute for editor
  • Loading branch information
AbhishekPAnil authored Sep 25, 2024
2 parents eae7a87 + 1172968 commit e09055d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TextEditor/TextEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function TextEditor(props) {
]);

return (
<div onDrop={onDropHandler}>
<div onDrop={onDropHandler} data-cy={`editor-description-${editorLanguage}`}>
<Form.Item name={formName} initialValue={initialValue} dependencies={dependencies} rules={rules}>
<ReactQuill
ref={currentReactQuillRef}
Expand Down

0 comments on commit e09055d

Please sign in to comment.