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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
2d0fcb4d
Commit
2d0fcb4d
authored
Oct 14, 2015
by
Kamil Trzcinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spinach tests introduced by
07101cfa
parent
6c1faf4b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
features/dashboard/new_project.feature
features/dashboard/new_project.feature
+5
-5
features/steps/dashboard/new_project.rb
features/steps/dashboard/new_project.rb
+3
-3
No files found.
features/dashboard/new_project.feature
View file @
2d0fcb4d
...
@@ -7,24 +7,24 @@ Background:
...
@@ -7,24 +7,24 @@ Background:
And
I click
"New project"
link
And
I click
"New project"
link
@javascript
@javascript
Scenario
:
I
should see New
p
rojects page
Scenario
:
I
should see New
P
rojects page
Then
I see
"New
p
roject"
page
Then
I see
"New
P
roject"
page
Then
I see all possible import optios
Then
I see all possible import optios
@javascript
@javascript
Scenario
:
I
should see instructions on how to import from Git URL
Scenario
:
I
should see instructions on how to import from Git URL
Given
I see
"New
p
roject"
page
Given
I see
"New
P
roject"
page
When
I click on
"Any repo by URL"
When
I click on
"Any repo by URL"
Then
I see instructions on how to import from Git URL
Then
I see instructions on how to import from Git URL
@javascript
@javascript
Scenario
:
I
should see instructions on how to import from GitHub
Scenario
:
I
should see instructions on how to import from GitHub
Given
I see
"New
p
roject"
page
Given
I see
"New
P
roject"
page
When
I click on
"Import project from GitHub"
When
I click on
"Import project from GitHub"
Then
I see instructions on how to import from GitHub
Then
I see instructions on how to import from GitHub
@javascript
@javascript
Scenario
:
I
should see Google Code import page
Scenario
:
I
should see Google Code import page
Given
I see
"New
p
roject"
page
Given
I see
"New
P
roject"
page
When
I click on
"Google Code"
When
I click on
"Google Code"
Then
I redirected to Google Code import page
Then
I redirected to Google Code import page
features/steps/dashboard/new_project.rb
View file @
2d0fcb4d
...
@@ -3,13 +3,13 @@ class Spinach::Features::NewProject < Spinach::FeatureSteps
...
@@ -3,13 +3,13 @@ class Spinach::Features::NewProject < Spinach::FeatureSteps
include
SharedPaths
include
SharedPaths
include
SharedProject
include
SharedProject
step
'I click "New
p
roject" link'
do
step
'I click "New
P
roject" link'
do
page
.
within
(
'.content'
)
do
page
.
within
(
'.content'
)
do
click_link
"New
p
roject"
click_link
"New
P
roject"
end
end
end
end
step
'I see "New
p
roject" page'
do
step
'I see "New
P
roject" page'
do
expect
(
page
).
to
have_content
(
'Project path'
)
expect
(
page
).
to
have_content
(
'Project path'
)
end
end
...
...
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