Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2015-07-26 12:21:10 +0300
committerBen Bodenmiller <bbodenmiller@hotmail.com>2015-08-18 09:16:18 +0300
commit692e381e0cbc0295f0a5141579369a30d139128d (patch)
tree127bdae1494ede52eb85ef2900c0354a509b31bb /features/steps/admin
parent5fad0b585eb50e86aa09b18e99c5efdc4357ba2c (diff)
capitalize URL in "Home page URL"
Diffstat (limited to 'features/steps/admin')
-rw-r--r--features/steps/admin/settings.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/admin/settings.rb b/features/steps/admin/settings.rb
index 147a4bd7486..7a6aec23af8 100644
--- a/features/steps/admin/settings.rb
+++ b/features/steps/admin/settings.rb
@@ -6,7 +6,7 @@ class Spinach::Features::AdminSettings < Spinach::FeatureSteps
step 'I modify settings and save form' do
uncheck 'Gravatar enabled'
- fill_in 'Home page url', with: 'https://about.gitlab.com/'
+ fill_in 'Home page URL', with: 'https://about.gitlab.com/'
click_button 'Save'
end