Merge "[BrowserTest] Add padding to the Formatting menu screenshot"

This commit is contained in:
jenkins-bot 2015-03-26 14:28:45 +00:00 committed by Gerrit Code Review
commit c3ac0f0dd1

View file

@ -165,7 +165,8 @@ Then(/^I take screenshot of Formatting pull-down menu$/) do
Screenshot.capture(
@browser,
"#{@scenario.name}-#{ENV['LANGUAGE_SCREENSHOT_CODE']}.png",
[@current_page.ve_text_style_button_element, @current_page.formatting_option_menus_element]
[@current_page.ve_text_style_button_element, @current_page.formatting_option_menus_element],
3
)
end