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
bb15d2e0
Commit
bb15d2e0
authored
Feb 18, 2021
by
Sanad Liaquat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Un-quarantine project audit log and transfer project specs in prod
parent
9939a5f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
qa/qa/specs/features/browser_ui/1_manage/group/transfer_project_spec.rb
...atures/browser_ui/1_manage/group/transfer_project_spec.rb
+1
-2
qa/qa/specs/features/ee/browser_ui/1_manage/project/project_audit_logs_spec.rb
...ee/browser_ui/1_manage/project/project_audit_logs_spec.rb
+1
-2
No files found.
qa/qa/specs/features/browser_ui/1_manage/group/transfer_project_spec.rb
View file @
bb15d2e0
...
...
@@ -44,8 +44,7 @@ module QA
end
it
'user transfers a project between groups'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/406'
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/283925'
,
type: :investigating
,
only: :production
}
do
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/406'
do
# Retry is needed here as the target group is not avaliable for transfer right away.
QA
::
Support
::
Retrier
.
retry_on_exception
(
reload_page:
page
)
do
Page
::
File
::
Show
.
perform
(
&
:go_to_general_settings
)
...
...
qa/qa/specs/features/ee/browser_ui/1_manage/project/project_audit_logs_spec.rb
View file @
bb15d2e0
...
...
@@ -26,8 +26,7 @@ module QA
let
(
:user
)
{
Resource
::
User
.
fabricate_or_use
(
Runtime
::
Env
.
gitlab_qa_username_1
,
Runtime
::
Env
.
gitlab_qa_password_1
)
}
context
"Add project"
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/727'
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/283925'
,
type: :investigating
,
only: :production
}
do
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/727'
do
before
do
Resource
::
Project
.
fabricate_via_browser_ui!
do
|
project
|
project
.
name
=
'audit-add-project-via-ui'
...
...
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