Merge "[BrowserTest] Add padding to the "Apply changes" button screenshot"

This commit is contained in:
jenkins-bot 2015-03-27 08:23:56 +00:00 committed by Gerrit Code Review
commit a0fbb388f6

View file

@ -294,7 +294,8 @@ Then(/^I should see Page settings dialog box$/) do
Screenshot.capture(
@browser,
"VisualEditor_Apply_Changes-#{ENV['LANGUAGE_SCREENSHOT_CODE']}.png",
[@current_page.settings_apply_button_element]
[@current_page.settings_apply_button_element],
3
)
end