Merge "Wait longer, so the preference is saved."

This commit is contained in:
jenkins-bot
2013-09-05 21:11:03 +00:00
committed by Gerrit Code Review

View File

@@ -71,7 +71,7 @@ When(/^I apply the changes$/) do
on(ULSPage).panel_button_apply_element.click on(ULSPage).panel_button_apply_element.click
# Leave a little time for the settings to be saved. The settings window closes # Leave a little time for the settings to be saved. The settings window closes
# immediately, so it is not enough to wait for it to disappear. # immediately, so it is not enough to wait for it to disappear.
sleep 2 sleep 4
end end
Then(/^the (.*) font must be changed to the "(.*?)" font$/) do |type, font| Then(/^the (.*) font must be changed to the "(.*?)" font$/) do |type, font|