Skip to content
Snippets Groups Projects
Commit 83435e3d authored by Sato Hiroyuki's avatar Sato Hiroyuki
Browse files

Adding sleep statements to allow sufficient time for the page to settle.

parent e7a67a55
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -27,6 +27,7 @@ class ProjectNetworkGraph < Spinach::FeatureSteps
 
And 'I switch ref to "stable"' do
page.select 'stable', :from => 'ref'
sleep 2
end
 
And 'page should select "stable" in select box' do
Loading
Loading
@@ -44,6 +45,7 @@ class ProjectNetworkGraph < Spinach::FeatureSteps
fill_in 'q', :with => '98d6492'
find('button').click
end
sleep 2
end
 
And 'page should have "v2.1.0" on graph' do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment