Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-14 15:08:06 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-14 15:08:06 +0300
commit363a1ea13879c755f9cd8018763d3a7bdf4bf1c7 (patch)
tree9e96d749ebb984b6650e28e79bb4a87ccf77d998 /spec/frontend/work_items
parent6f9218ac84f0de0ebfddf2d4fbd79db881b2d46a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/work_items')
-rw-r--r--spec/frontend/work_items/components/work_item_description_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/work_items/components/work_item_description_spec.js b/spec/frontend/work_items/components/work_item_description_spec.js
index 44b43440944..b4b7b8989ea 100644
--- a/spec/frontend/work_items/components/work_item_description_spec.js
+++ b/spec/frontend/work_items/components/work_item_description_spec.js
@@ -115,11 +115,11 @@ describe('WorkItemDescription', () => {
expect(findMarkdownEditor().props()).toMatchObject({
supportsQuickActions: true,
renderMarkdownPath: markdownPreviewPath(fullPath, iid),
+ quickActionsDocsPath: wrapper.vm.$options.quickActionsDocsPath,
});
expect(findMarkdownEditor().vm.$attrs).toMatchObject({
'autocomplete-data-sources': autocompleteDataSources(fullPath, iid),
- 'quick-actions-docs-path': wrapper.vm.$options.quickActionsDocsPath,
});
});
});