summaryrefslogtreecommitdiff
path: root/features/dashboard
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-10-14 17:26:24 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-10-14 17:27:29 +0200
commit2d0fcb4de23ab368e2e030b3cf7f6b1705ef676f (patch)
tree1a1910d56bf5600285a625d1124bb8083c628893 /features/dashboard
parent6c1faf4b33a4e601eea13899ba5763da72f5505a (diff)
downloadgitlab-ce-2d0fcb4de23ab368e2e030b3cf7f6b1705ef676f.tar.gz
Fix spinach tests introduced by 07101cfab61f28c6328efebea98f018ab8356cdd
Diffstat (limited to 'features/dashboard')
-rw-r--r--features/dashboard/new_project.feature10
1 files changed, 5 insertions, 5 deletions
diff --git a/features/dashboard/new_project.feature b/features/dashboard/new_project.feature
index bbd82a85e3a..76392068357 100644
--- a/features/dashboard/new_project.feature
+++ b/features/dashboard/new_project.feature
@@ -7,24 +7,24 @@ Background:
And I click "New project" link
@javascript
- Scenario: I should see New projects page
- Then I see "New project" page
+ Scenario: I should see New Projects page
+ Then I see "New Project" page
Then I see all possible import optios
@javascript
Scenario: I should see instructions on how to import from Git URL
- Given I see "New project" page
+ Given I see "New Project" page
When I click on "Any repo by URL"
Then I see instructions on how to import from Git URL
@javascript
Scenario: I should see instructions on how to import from GitHub
- Given I see "New project" page
+ Given I see "New Project" page
When I click on "Import project from GitHub"
Then I see instructions on how to import from GitHub
@javascript
Scenario: I should see Google Code import page
- Given I see "New project" page
+ Given I see "New Project" page
When I click on "Google Code"
Then I redirected to Google Code import page