diff --git a/cypress/integration/control_markdown_editor.js b/cypress/integration/control_markdown_editor.js index 128add5397..34f94f13bf 100644 --- a/cypress/integration/control_markdown_editor.js +++ b/cypress/integration/control_markdown_editor.js @@ -16,7 +16,7 @@ context("Control Markdown Editor", () => { cy.click_modal_primary_button("Upload"); cy.get_field("main_section_md", "Markdown Editor").should( "contain", - "![](/files/sample_image" + "![](/private/files/sample_image" ); }); });