diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-11 18:09:23 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-11 18:09:23 +0000 |
commit | 9d195600e6266da44917f08c622a21a6d4c2317b (patch) | |
tree | 4693fc9ee5e1ee1dc8fc39414f59976da188573b /qa | |
parent | 9c0f4306f6779e40acc3943d7050b706633da93e (diff) | |
download | gitlab-ce-9d195600e6266da44917f08c622a21a6d4c2317b.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/page/project/issue/index.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/qa/qa/page/project/issue/index.rb b/qa/qa/page/project/issue/index.rb index e85d10e4eb8..bd1e44a9d82 100644 --- a/qa/qa/page/project/issue/index.rb +++ b/qa/qa/page/project/issue/index.rb @@ -15,18 +15,18 @@ module QA element :avatar_counter_content end - view 'app/views/shared/issuable/csv_export/_button.html.haml' do + view 'app/assets/javascripts/issuable/components/csv_import_export_buttons.vue' do element :export_as_csv_button + element :import_issues_dropdown + element :import_from_jira_link end view 'app/views/shared/issuable/csv_export/_modal.html.haml' do element :export_issues_button - element :export_issuable_modal end - view 'app/views/projects/issues/import_csv/_button.html.haml' do - element :import_issues_button - element :import_from_jira_link + view 'app/assets/javascripts/issuable/components/csv_export_modal.vue' do + element :export_issuable_modal end view 'app/views/shared/issuable/_nav.html.haml' do @@ -60,7 +60,7 @@ module QA def click_import_issues_dropdown # When there are no issues, the image that loads causes the buttons to jump has_loaded_all_images? - click_element(:import_issues_button) + click_element(:import_issues_dropdown) end def export_issues_modal |