BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
618959ee
Unverified
Commit
618959ee
authored
Apr 03, 2018
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary section looking in admin settings qa
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
0f538c16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
12 deletions
+2
-12
repository_storage.rb
qa/qa/page/admin/settings/repository_storage.rb
+2
-12
No files found.
qa/qa/page/admin/settings/repository_storage.rb
View file @
618959ee
...
...
@@ -10,21 +10,11 @@ module QA
end
def
enable_hashed_storage
within_repository_storage
do
check
'Create new projects using hashed storage paths'
end
check
'Create new projects using hashed storage paths'
end
def
save_settings
within_repository_storage
do
click_button
'Save changes'
end
end
def
within_repository_storage
page
.
within
(
'.as-repository-storage'
)
do
yield
end
click_button
'Save changes'
end
end
end
...
...
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