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
ae6949f1
Commit
ae6949f1
authored
May 19, 2021
by
Andrejs Cunskis
Committed by
Sanad Liaquat
May 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
E2E: Compare specific group fields
parent
d0394175
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
10 deletions
+18
-10
qa/qa/resource/group_base.rb
qa/qa/resource/group_base.rb
+15
-9
qa/qa/specs/features/browser_ui/1_manage/group/bulk_import_group_spec.rb
...tures/browser_ui/1_manage/group/bulk_import_group_spec.rb
+3
-1
No files found.
qa/qa/resource/group_base.rb
View file @
ae6949f1
...
...
@@ -58,15 +58,21 @@ module QA
def
comparable_group
reload!
if
api_response
.
nil?
api_resource
.
except
(
:id
,
:web_url
,
:visibility
,
:full_name
,
:full_path
,
:created_at
,
:parent_id
,
:runners_token
api_resource
.
slice
(
:name
,
:path
,
:description
,
:emails_disabled
,
:lfs_enabled
,
:mentions_disabled
,
:project_creation_level
,
:request_access_enabled
,
:require_two_factor_authentication
,
:share_with_group_lock
,
:subgroup_creation_level
,
:two_factor_grace_perion
# TODO: Add back visibility comparison once https://gitlab.com/gitlab-org/gitlab/-/issues/331252 is fixed
# :visibility
)
end
end
...
...
qa/qa/specs/features/browser_ui/1_manage/group/bulk_import_group_spec.rb
View file @
ae6949f1
...
...
@@ -70,7 +70,9 @@ module QA
it
(
'performs bulk group import from another gitlab instance'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1785'
,
exclude:
{
job:
[
'ce:relative_url'
,
'ee:relative_url'
]
}
# https://gitlab.com/gitlab-org/gitlab/-/issues/330344
exclude:
{
job:
[
'ce:relative_url'
,
'ee:relative_url'
]
},
issue_1:
"https://gitlab.com/gitlab-org/gitlab/-/issues/330344"
,
issue_2:
"https://gitlab.com/gitlab-org/gitlab/-/issues/331252"
)
do
Page
::
Group
::
BulkImport
.
perform
do
|
import_page
|
import_page
.
import_group
(
source_group
.
path
,
sandbox
.
path
)
...
...
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