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-31 09:16:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-31 09:16:45 +0300
commite4805b324cb9e620788bb2d625f633f2be20091d (patch)
treefcd95b7b35572e6a06e71178d791350467875c38 /spec/frontend/work_items
parent95cb5e20a13cbea5e57c25df47aba1e2c9035466 (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.js5
1 files changed, 1 insertions, 4 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 3482d011be9..099c45ac683 100644
--- a/spec/frontend/work_items/components/work_item_description_spec.js
+++ b/spec/frontend/work_items/components/work_item_description_spec.js
@@ -116,10 +116,7 @@ describe('WorkItemDescription', () => {
supportsQuickActions: true,
renderMarkdownPath: markdownPreviewPath(fullPath, iid),
quickActionsDocsPath: wrapper.vm.$options.quickActionsDocsPath,
- });
-
- expect(findMarkdownEditor().vm.$attrs).toMatchObject({
- 'autocomplete-data-sources': autocompleteDataSources(fullPath, iid),
+ autocompleteDataSources: autocompleteDataSources(fullPath, iid),
});
});
});