Merge "[browser test] increase wait for save to complete"

This commit is contained in:
jenkins-bot 2014-04-18 16:41:02 +00:00 committed by Gerrit Code Review
commit da475dd4b1

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"