Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a89806b6
Commit
a89806b6
authored
Mar 11, 2021
by
Will Meek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to re-add QA selectors
Resolve
https://gitlab.com/gitlab-org/gitlab/-/issues/37640
parent
30b23ace
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
app/assets/javascripts/issuable/components/csv_export_modal.vue
...sets/javascripts/issuable/components/csv_export_modal.vue
+1
-1
app/assets/javascripts/issuable/components/csv_import_export_buttons.vue
...scripts/issuable/components/csv_import_export_buttons.vue
+2
-0
qa/qa/page/project/issue/index.rb
qa/qa/page/project/issue/index.rb
+6
-6
No files found.
app/assets/javascripts/issuable/components/csv_export_modal.vue
View file @
a89806b6
...
...
@@ -41,7 +41,7 @@ export default {
</
script
>
<
template
>
<gl-modal
:modal-id=
"modalId"
body-class=
"gl-p-0!"
>
<gl-modal
:modal-id=
"modalId"
body-class=
"gl-p-0!"
data-qa-selector=
"export_issuable_modal"
>
<template
#modal-title
>
<gl-sprintf
:message=
"__('Export %
{name}')">
<template
#name
>
{{
issuableName
}}
</
template
>
...
...
app/assets/javascripts/issuable/components/csv_import_export_buttons.vue
View file @
a89806b6
...
...
@@ -60,11 +60,13 @@ export default {
v-gl-tooltip.hover=
"__('Export as CSV')"
v-gl-modal=
"exportModalId"
icon=
"export"
data-qa-selector=
"export_as_csv_button"
data-testid=
"export-csv-button"
/>
<gl-dropdown
v-if=
"showImportButton"
v-gl-tooltip.hover=
"__('Import issues')"
data-qa-selector=
"import_issues_dropdown"
data-testid=
"import-csv-dropdown"
icon=
"import"
>
...
...
qa/qa/page/project/issue/index.rb
View file @
a89806b6
...
...
@@ -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_
butto
n
)
click_element
(
:import_issues_
dropdow
n
)
end
def
export_issues_modal
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment