summaryrefslogtreecommitdiff
path: root/spec/frontend_integration/content_editor/content_editor_integration_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend_integration/content_editor/content_editor_integration_spec.js')
-rw-r--r--spec/frontend_integration/content_editor/content_editor_integration_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend_integration/content_editor/content_editor_integration_spec.js b/spec/frontend_integration/content_editor/content_editor_integration_spec.js
index b3997fdb676..6bafe609995 100644
--- a/spec/frontend_integration/content_editor/content_editor_integration_spec.js
+++ b/spec/frontend_integration/content_editor/content_editor_integration_spec.js
@@ -52,7 +52,7 @@ describe('content_editor', () => {
});
describe('when the initial content is not empty', () => {
- const initialContent = '<p><strong>bold text</strong></p>';
+ const initialContent = '<strong>bold text</strong> and <em>italic text</em>';
beforeEach(async () => {
mockRenderMarkdownResponse(initialContent);