Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
a11b07f3
Commit
a11b07f3
authored
Apr 25, 2015
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix "Dashboard > New project" feature
parent
38634b47
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
features/steps/dashboard/new_project.rb
features/steps/dashboard/new_project.rb
+3
-1
No files found.
features/steps/dashboard/new_project.rb
View file @
a11b07f3
...
@@ -4,8 +4,10 @@ class Spinach::Features::NewProject < Spinach::FeatureSteps
...
@@ -4,8 +4,10 @@ class Spinach::Features::NewProject < Spinach::FeatureSteps
include
SharedProject
include
SharedProject
step
'I click "New project" link'
do
step
'I click "New project" link'
do
within
(
'.content'
)
do
click_link
"New project"
click_link
"New project"
end
end
end
step
'I see "New project" page'
do
step
'I see "New project" page'
do
page
.
should
have_content
(
"Project path"
)
page
.
should
have_content
(
"Project path"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment