Commit 618959ee authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Remove unnecessary section looking in admin settings qa

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 0f538c16
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment