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
83435e3d
Commit
83435e3d
authored
Mar 06, 2013
by
Sato Hiroyuki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding sleep statements to allow sufficient time for the page to settle.
parent
e7a67a55
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
features/steps/project/project_network_graph.rb
features/steps/project/project_network_graph.rb
+2
-0
No files found.
features/steps/project/project_network_graph.rb
View file @
83435e3d
...
@@ -27,6 +27,7 @@ class ProjectNetworkGraph < Spinach::FeatureSteps
...
@@ -27,6 +27,7 @@ class ProjectNetworkGraph < Spinach::FeatureSteps
And
'I switch ref to "stable"'
do
And
'I switch ref to "stable"'
do
page
.
select
'stable'
,
:from
=>
'ref'
page
.
select
'stable'
,
:from
=>
'ref'
sleep
2
end
end
And
'page should select "stable" in select box'
do
And
'page should select "stable" in select box'
do
...
@@ -44,6 +45,7 @@ class ProjectNetworkGraph < Spinach::FeatureSteps
...
@@ -44,6 +45,7 @@ class ProjectNetworkGraph < Spinach::FeatureSteps
fill_in
'q'
,
:with
=>
'98d6492'
fill_in
'q'
,
:with
=>
'98d6492'
find
(
'button'
).
click
find
(
'button'
).
click
end
end
sleep
2
end
end
And
'page should have "v2.1.0" on graph'
do
And
'page should have "v2.1.0" on graph'
do
...
...
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