Skip to content

Commit

Permalink
src/components/RichEditor/__snapshots__/RichEditor.test.jsx.snap
Browse files Browse the repository at this point in the history
  • Loading branch information
AfaqShuaib09 committed Nov 13, 2024
1 parent a7e72e9 commit a11412d
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions src/components/RichEditor/__snapshots__/RichEditor.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ exports[`RichEditor shows a rich text editor and an error 1`] = `
"default_link_target": "_blank",
"entity_encoding": "raw",
"extended_valid_elements": "span[lang|id] -span",
"max_height": 400,
"menubar": false,
"min_height": 200,
"plugins": "legacyoutput link lists language directionality autoresize",
"plugins": "legacyoutput link lists language directionality",
"resize": "vertical",
"selector": "#rich-text-editor-test",
"statusbar": false,
"statusbar": true,
"toolbar": "undo redo | bold italic underline | bullist numlist | link | language | ltr rtl",
}
}
Expand Down Expand Up @@ -76,12 +75,11 @@ exports[`RichEditor shows a rich text editor with default text value 1`] = `
"default_link_target": "_blank",
"entity_encoding": "raw",
"extended_valid_elements": "span[lang|id] -span",
"max_height": 400,
"menubar": false,
"min_height": 200,
"plugins": "legacyoutput link lists language directionality autoresize",
"plugins": "legacyoutput link lists language directionality",
"resize": "vertical",
"selector": "#rich-text-editor-test",
"statusbar": false,
"statusbar": true,
"toolbar": "undo redo | bold italic underline | bullist numlist | link | language | ltr rtl",
}
}
Expand Down Expand Up @@ -124,12 +122,11 @@ exports[`RichEditor shows a rich text editor with no default text value 1`] = `
"default_link_target": "_blank",
"entity_encoding": "raw",
"extended_valid_elements": "span[lang|id] -span",
"max_height": 400,
"menubar": false,
"min_height": 200,
"plugins": "legacyoutput link lists language directionality autoresize",
"plugins": "legacyoutput link lists language directionality",
"resize": "vertical",
"selector": "#rich-text-editor-test",
"statusbar": false,
"statusbar": true,
"toolbar": "undo redo | bold italic underline | bullist numlist | link | language | ltr rtl",
}
}
Expand Down Expand Up @@ -174,12 +171,11 @@ exports[`RichEditor shows a rich text editor with no maxChars 1`] = `
"default_link_target": "_blank",
"entity_encoding": "raw",
"extended_valid_elements": "span[lang|id] -span",
"max_height": 400,
"menubar": false,
"min_height": 200,
"plugins": "legacyoutput link lists language directionality autoresize",
"plugins": "legacyoutput link lists language directionality",
"resize": "vertical",
"selector": "#rich-text-editor-test",
"statusbar": false,
"statusbar": true,
"toolbar": "undo redo | bold italic underline | bullist numlist | link | language | ltr rtl",
}
}
Expand Down

0 comments on commit a11412d

Please sign in to comment.