summaryrefslogtreecommitdiff
path: root/qa/qa/page/project/issue/index.rb
diff options
context:
space:
mode:
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