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:
authorNicolas <nicolas@gitlab.com>2015-06-14 18:38:27 +0300
committerNicolas <nicolas@gitlab.com>2015-06-15 22:27:20 +0300
commit4cf7d8d956acf5b3cbefa1f4b52d8c0db8d0b04c (patch)
tree8017fdb0fb3ca807c2578c3e3907aebd0d4b5993 /features/steps/profile
parentf18a24f0ac96d2cafffc7dbf08bb644d5243a421 (diff)
Fix consistency issues on New Application page.
Diffstat (limited to 'features/steps/profile')
-rw-r--r--features/steps/profile/profile.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/profile/profile.rb b/features/steps/profile/profile.rb
index 32e6859eff7..8b07a13d31e 100644
--- a/features/steps/profile/profile.rb
+++ b/features/steps/profile/profile.rb
@@ -197,7 +197,7 @@ class Spinach::Features::Profile < Spinach::FeatureSteps
end
step 'I should see application form' do
- expect(page).to have_content "New application"
+ expect(page).to have_content "New Application"
end
step 'I fill application form out and submit' do