[browser test] increase wait for save to complete

sleep() is evil, but let this stay at least for now

Change-Id: If3c98b2a05ea37dee0365afd5f17cf8b282ab29a
This commit is contained in:
cmcmahon 2014-04-18 09:37:36 -07:00
parent 12e780c67a
commit c4707a05fb

View file

@ -9,7 +9,7 @@ When(/^I enter and save the first edit$/) do
end
When(/^I enter and save a (.+) edit$/) do |count|
sleep 2 # Wait for the save confirmation to disappear
sleep 10 # Wait for the save confirmation to disappear
edit_text = "Editing with " + Random.rand.to_s
instance_variable_set("@#{count}_edit_text", edit_text)
step "I click Edit for VisualEditor"