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
54c1efa4
Commit
54c1efa4
authored
Jun 10, 2020
by
Sanad Liaquat (Personal)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change visibility to internal
parent
d1362100
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-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
+2
-2
No files found.
qa/qa/specs/features/ee/browser_ui/1_manage/project/project_audit_logs_spec.rb
View file @
54c1efa4
...
...
@@ -72,12 +72,12 @@ module QA
Page
::
Project
::
Settings
::
Main
.
perform
do
|
settings
|
# Change visibility from public to internal
settings
.
expand_visibility_project_features_permissions
do
|
page
|
page
.
set_project_visibility
"
Internal
"
page
.
set_project_visibility
"
Private
"
end
end
end
it_behaves_like
'audit event'
,
[
"Change visibility from public to
internal
"
]
it_behaves_like
'audit event'
,
[
"Change visibility from public to
private
"
]
end
context
"Export file download"
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/217949'
,
type: :investigating
}
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