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/issues
parent95cb5e20a13cbea5e57c25df47aba1e2c9035466 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/issues')
-rw-r--r--spec/frontend/issues/show/components/fields/description_spec.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/spec/frontend/issues/show/components/fields/description_spec.js b/spec/frontend/issues/show/components/fields/description_spec.js
index 5c145ed4707..c7116f380a1 100644
--- a/spec/frontend/issues/show/components/fields/description_spec.js
+++ b/spec/frontend/issues/show/components/fields/description_spec.js
@@ -81,11 +81,8 @@ describe('Description field component', () => {
autofocus: true,
supportsQuickActions: true,
quickActionsDocsPath: expect.any(String),
- });
-
- expect(findMarkdownEditor().vm.$attrs).toMatchObject({
- 'enable-autocomplete': true,
- 'markdown-docs-path': '/',
+ markdownDocsPath: '/',
+ enableAutocomplete: true,
});
});