mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Merge "[BrowserTest] Add padding to the Formatting menu screenshot"
This commit is contained in:
commit
c3ac0f0dd1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue