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
e3d4eb21
Commit
e3d4eb21
authored
Nov 30, 2013
by
Steven Thonus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
type_fix_for_project_network_graph
parent
2e07865f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
features/project/network.feature
features/project/network.feature
+3
-3
features/steps/project/project_network_graph.rb
features/steps/project/project_network_graph.rb
+2
-2
No files found.
features/project/network.feature
View file @
e3d4eb21
...
...
@@ -29,11 +29,11 @@ Feature: Project Network Graph
@javascript
Scenario
:
I
should filter selected tag
When
I switch ref to
"v2.1.0"
Then
page should have content not cotaining
"v2.1.0"
Then
page should have content not co
n
taining
"v2.1.0"
When
click
"Show only selected branch"
checkbox
Then
page should not have content not cotaining
"v2.1.0"
Then
page should not have content not co
n
taining
"v2.1.0"
When
click
"Show only selected branch"
checkbox
Then
page should have content not cotaining
"v2.1.0"
Then
page should have content not co
n
taining
"v2.1.0"
Scenario
:
I
should fail to look for a commit
When
I look for a commit by
";"
...
...
features/steps/project/project_network_graph.rb
View file @
e3d4eb21
...
...
@@ -43,13 +43,13 @@ class ProjectNetworkGraph < Spinach::FeatureSteps
sleep
2
end
Then
'page should have content not cotaining "v2.1.0"'
do
Then
'page should have content not co
n
taining "v2.1.0"'
do
within
'.network-graph'
do
page
.
should
have_content
'cleaning'
end
end
Then
'page should not have content not cotaining "v2.1.0"'
do
Then
'page should not have content not co
n
taining "v2.1.0"'
do
within
'.network-graph'
do
page
.
should_not
have_content
'cleaning'
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