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
a6cfb54c
Commit
a6cfb54c
authored
Jul 15, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed network tests
parent
37472203
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
features/steps/project/project_network_graph.rb
features/steps/project/project_network_graph.rb
+6
-6
No files found.
features/steps/project/project_network_graph.rb
View file @
a6cfb54c
...
...
@@ -3,7 +3,7 @@ class ProjectNetworkGraph < Spinach::FeatureSteps
include
SharedProject
Then
'page should have network graph'
do
page
.
should
have_selector
".graph"
page
.
should
have_selector
".
network-
graph"
end
When
'I visit project "Shop" network page'
do
...
...
@@ -23,7 +23,7 @@ class ProjectNetworkGraph < Spinach::FeatureSteps
end
And
'page should have "master" on graph'
do
within
'.graph'
do
within
'.
network-
graph'
do
page
.
should
have_content
'master'
end
end
...
...
@@ -49,13 +49,13 @@ class ProjectNetworkGraph < Spinach::FeatureSteps
end
Then
'page should have content not cotaining "v2.1.0"'
do
within
'.graph'
do
within
'.
network-
graph'
do
page
.
should
have_content
'cleaning'
end
end
Then
'page should not have content not cotaining "v2.1.0"'
do
within
'.graph'
do
within
'.
network-
graph'
do
page
.
should_not
have_content
'cleaning'
end
end
...
...
@@ -69,7 +69,7 @@ class ProjectNetworkGraph < Spinach::FeatureSteps
end
And
'page should have "stable" on graph'
do
within
'.graph'
do
within
'.
network-
graph'
do
page
.
should
have_content
'stable'
end
end
...
...
@@ -83,7 +83,7 @@ class ProjectNetworkGraph < Spinach::FeatureSteps
end
And
'page should have "v2.1.0" on graph'
do
within
'.graph'
do
within
'.
network-
graph'
do
page
.
should
have_content
'v2.1.0'
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