mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-01 09:26:37 +00:00
Merge "[BrowserTest] Add padding to the "Apply changes" button screenshot"
This commit is contained in:
commit
a0fbb388f6
|
@ -294,7 +294,8 @@ Then(/^I should see Page settings dialog box$/) do
|
||||||
Screenshot.capture(
|
Screenshot.capture(
|
||||||
@browser,
|
@browser,
|
||||||
"VisualEditor_Apply_Changes-#{ENV['LANGUAGE_SCREENSHOT_CODE']}.png",
|
"VisualEditor_Apply_Changes-#{ENV['LANGUAGE_SCREENSHOT_CODE']}.png",
|
||||||
[@current_page.settings_apply_button_element]
|
[@current_page.settings_apply_button_element],
|
||||||
|
3
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue