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
path: root/qa
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-05 09:13:20 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-05 09:13:20 +0300
commit9a0dd27b634dde1f947beafcf822efef1cd2dcfc (patch)
tree49a72bf82357a6e2b55eef2e289637daf30b9934 /qa
parentb2814abdec5fc79e34936d651e7e7fc68858237f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/component/content_editor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/component/content_editor.rb b/qa/qa/page/component/content_editor.rb
index a9abda42610..f2733e4b065 100644
--- a/qa/qa/page/component/content_editor.rb
+++ b/qa/qa/page/component/content_editor.rb
@@ -17,7 +17,7 @@ module QA
element :text_style_dropdown
end
- base.view 'app/assets/javascripts/content_editor/components/toolbar_image_button.vue' do
+ base.view 'app/assets/javascripts/content_editor/components/toolbar_attachment_button.vue' do
element :file_upload_field
end