diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-01 14:37:49 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-03-04 09:06:07 +0000 |
commit | c2377a11957c6e5f8514ff0d68b2af343d3427d0 (patch) | |
tree | a0622307daa02c147d839e18a552baea5776d55d /features/profile | |
parent | 33ba32e6cc12eb8a8bddd957bb99bd2df7628a70 (diff) | |
download | gitlab-ce-c2377a11957c6e5f8514ff0d68b2af343d3427d0.tar.gz |
Fixed failing application settings tests
Diffstat (limited to 'features/profile')
-rw-r--r-- | features/profile/profile.feature | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/features/profile/profile.feature b/features/profile/profile.feature index 168d9d30b50..447dd92a458 100644 --- a/features/profile/profile.feature +++ b/features/profile/profile.feature @@ -76,8 +76,7 @@ Feature: Profile Scenario: I can manage application Given I visit profile applications page - Then I click on new application button - And I should see application form + Then I should see application form Then I fill application form out and submit And I see application Then I click edit |