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-05-04 06:09:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-04 06:09:07 +0300
commit44ca34ad66b8b7f54c0c8a8f549aafb7293c8a38 (patch)
tree2c53ff23c11272b1546d5901c95ce1357bceb5c7 /spec/frontend/content_editor
parentb301036d090d8a7365f98a0444d09f8a09664834 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/content_editor')
-rw-r--r--spec/frontend/content_editor/components/toolbar_text_style_dropdown_spec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/frontend/content_editor/components/toolbar_text_style_dropdown_spec.js b/spec/frontend/content_editor/components/toolbar_text_style_dropdown_spec.js
index 31ed13541e6..97f6bdaf778 100644
--- a/spec/frontend/content_editor/components/toolbar_text_style_dropdown_spec.js
+++ b/spec/frontend/content_editor/components/toolbar_text_style_dropdown_spec.js
@@ -117,7 +117,6 @@ describe('content_editor/components/toolbar_text_style_dropdown', () => {
},
],
]);
- wrapper.destroy();
});
});
});