summaryrefslogtreecommitdiff
path: root/spec/frontend/static_site_editor/mock_data.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/static_site_editor/mock_data.js')
-rw-r--r--spec/frontend/static_site_editor/mock_data.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/frontend/static_site_editor/mock_data.js b/spec/frontend/static_site_editor/mock_data.js
index d861f6c9cd7..0f2456cd9ea 100644
--- a/spec/frontend/static_site_editor/mock_data.js
+++ b/spec/frontend/static_site_editor/mock_data.js
@@ -23,7 +23,10 @@ export const username = 'gitlabuser';
export const projectId = '123456';
export const returnUrl = 'https://www.gitlab.com';
export const sourcePath = 'foobar.md.html';
-
+export const mergeRequestMeta = {
+ title: `Update ${sourcePath} file`,
+ description: 'Copy update',
+};
export const savedContentMeta = {
branch: {
label: 'foobar',