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>2020-11-28 00:09:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-28 00:09:14 +0300
commitbb6a90e97eafc246b015c3e943f3b73b0f429157 (patch)
treeb31b202ecaf77be0bee510bace6f370dc5dc420f /qa
parent28f1931ae84034333abf651ecde369683697ddaf (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/project/issue/show.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/project/issue/show.rb b/qa/qa/page/project/issue/show.rb
index f7bd74d1882..db2f5f9b3dc 100644
--- a/qa/qa/page/project/issue/show.rb
+++ b/qa/qa/page/project/issue/show.rb
@@ -14,7 +14,7 @@ module QA
element :remove_related_issue_button
end
- view 'app/views/shared/issuable/_close_reopen_button.html.haml' do
+ view 'app/assets/javascripts/issue_show/components/header_actions.vue' do
element :close_issue_button
element :reopen_issue_button
end