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>2019-10-02 21:06:20 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-02 21:06:20 +0300
commitde2ae3154f4ba1c23eeaa4ace41177ecd9b6005a (patch)
treee4b82deecd51d637533b507dc8a21b410069c093 /qa
parent4f4dcd3c5d7a15b7eab5fa28e27482fa68c750a3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/project/issue/show.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/qa/qa/page/project/issue/show.rb b/qa/qa/page/project/issue/show.rb
index 0aa53b1487a..d2732eb7dd2 100644
--- a/qa/qa/page/project/issue/show.rb
+++ b/qa/qa/page/project/issue/show.rb
@@ -36,7 +36,7 @@ module QA
end
view 'app/assets/javascripts/vue_shared/components/issue/related_issuable_item.vue' do
- element :remove_issue_button
+ element :remove_related_issue_button
end
view 'app/helpers/dropdowns_helper.rb' do
@@ -80,8 +80,8 @@ module QA
click_element(:milestone_link)
end
- def click_remove_issue_button
- click_element(:remove_issue_button)
+ def click_remove_related_issue_button
+ click_element(:remove_related_issue_button)
end
# Adds a comment to an issue