diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-06-16 11:50:13 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-06-16 11:50:13 +0000 |
commit | 63969337a9d9276ea67d31018e809a87c31c0945 (patch) | |
tree | f74a13967053d4933e5d94ecec4a3bf1861f7f99 /features | |
parent | b65f40b5c02bb6ce53103dcdfc88ce1a0e4759f9 (diff) | |
parent | 4cf7d8d956acf5b3cbefa1f4b52d8c0db8d0b04c (diff) | |
download | gitlab-ce-63969337a9d9276ea67d31018e809a87c31c0945.tar.gz |
Merge branch 'applications_form' into 'master'
Fix UI issues in Applications form
@douwe Thanks for reviewing this small fix.
---
Before:
![application_form_before](https://dev.gitlab.org/gitlab/gitlabhq/uploads/11fbee17ad6a4c9456cd7d6cba5ae429/application_form_before.png)
---
After:
![application_form_after](https://dev.gitlab.org/gitlab/gitlabhq/uploads/0c64214ccda6c77095f468fcb8c748f3/application_form_after.png)
See merge request !1859
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/profile/profile.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/profile/profile.rb b/features/steps/profile/profile.rb index 649aea8e3f4..10bd307320e 100644 --- a/features/steps/profile/profile.rb +++ b/features/steps/profile/profile.rb @@ -176,7 +176,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 |