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
42794aa5
Commit
42794aa5
authored
May 07, 2021
by
Andrejs Cunskis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a more generic selector name
parent
931ac570
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/import_entities/import_groups/components/import_table.vue
...import_entities/import_groups/components/import_table.vue
+1
-1
qa/qa/page/group/bulk_import.rb
qa/qa/page/group/bulk_import.rb
+1
-1
No files found.
app/assets/javascripts/import_entities/import_groups/components/import_table.vue
View file @
42794aa5
...
...
@@ -242,7 +242,7 @@ export default {
:description=
"s__('Check your source instance permissions.')"
/>
<template
v-else
>
<table
class=
"gl-w-full"
data-qa-selector=
"import_
group_
table"
>
<table
class=
"gl-w-full"
data-qa-selector=
"import_table"
>
<thead
class=
"gl-border-solid gl-border-gray-200 gl-border-0 gl-border-b-1"
>
<th
class=
"gl-py-4 import-jobs-from-col"
>
{{
s__
(
'
BulkImport|From source group
'
)
}}
</th>
<th
class=
"gl-py-4 import-jobs-to-col"
>
{{
s__
(
'
BulkImport|To new group
'
)
}}
</th>
...
...
qa/qa/page/group/bulk_import.rb
View file @
42794aa5
...
...
@@ -5,7 +5,7 @@ module QA
module
Group
class
BulkImport
<
Page
::
Base
view
"app/assets/javascripts/import_entities/import_groups/components/import_table.vue"
do
element
:import_
group_
table
element
:import_table
end
view
"app/assets/javascripts/import_entities/import_groups/components/import_table_row.vue"
do
...
...
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