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
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/project/issue/index.rb')
-rw-r--r--qa/qa/page/project/issue/index.rb15
1 files changed, 9 insertions, 6 deletions
diff --git a/qa/qa/page/project/issue/index.rb b/qa/qa/page/project/issue/index.rb
index e85d10e4eb8..032f02268bc 100644
--- a/qa/qa/page/project/issue/index.rb
+++ b/qa/qa/page/project/issue/index.rb
@@ -15,18 +15,21 @@ module QA
element :avatar_counter_content
end
- view 'app/views/shared/issuable/csv_export/_button.html.haml' do
- element :export_as_csv_button
+ view 'app/assets/javascripts/issuable/components/csv_export_modal.vue' do
+ element :export_issuable_modal
end
- view 'app/views/shared/issuable/csv_export/_modal.html.haml' do
- element :export_issues_button
- element :export_issuable_modal
+ view 'app/assets/javascripts/issuable/components/csv_import_export_buttons.vue' do
+ element :export_as_csv_button
+ element :import_from_jira_link
end
view 'app/views/projects/issues/import_csv/_button.html.haml' do
element :import_issues_button
- element :import_from_jira_link
+ end
+
+ view 'app/views/shared/issuable/csv_export/_modal.html.haml' do
+ element :export_issues_button
end
view 'app/views/shared/issuable/_nav.html.haml' do