summaryrefslogtreecommitdiff
path: root/qa/qa/page/project/issue/index.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-11-19 08:27:35 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-19 08:27:35 +0000
commit7e9c479f7de77702622631cff2628a9c8dcbc627 (patch)
treec8f718a08e110ad7e1894510980d2155a6549197 /qa/qa/page/project/issue/index.rb
parente852b0ae16db4052c1c567d9efa4facc81146e88 (diff)
downloadgitlab-ce-7e9c479f7de77702622631cff2628a9c8dcbc627.tar.gz
Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42
Diffstat (limited to 'qa/qa/page/project/issue/index.rb')
-rw-r--r--qa/qa/page/project/issue/index.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/qa/qa/page/project/issue/index.rb b/qa/qa/page/project/issue/index.rb
index 0b47bec2cf1..64bd62c2b54 100644
--- a/qa/qa/page/project/issue/index.rb
+++ b/qa/qa/page/project/issue/index.rb
@@ -15,13 +15,13 @@ module QA
element :avatar_counter_content
end
- view 'app/views/projects/issues/export_csv/_button.html.haml' do
+ view 'app/views/shared/issuable/csv_export/_button.html.haml' do
element :export_as_csv_button
end
- view 'app/views/projects/issues/export_csv/_modal.html.haml' do
+ view 'app/views/shared/issuable/csv_export/_modal.html.haml' do
element :export_issues_button
- element :export_issues_modal
+ element :export_issuable_modal
end
view 'app/views/projects/issues/import_csv/_button.html.haml' do
@@ -64,7 +64,7 @@ module QA
end
def export_issues_modal
- find_element(:export_issues_modal)
+ find_element(:export_issuable_modal)
end
def go_to_jira_import_form