Wait longer, so the preference is saved.

Reported as bug 53772.

Change-Id: I8a0d6ae9d3cec06f953e6bb35abb9370e5551eec
This commit is contained in:
cmcmahon
2013-09-04 12:38:45 -07:00
committed by Siebrand
parent 38e3a403bf
commit 813271b8a9

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|