Merge "[BrowserTest] Add padding to editing tabs screenshot"

This commit is contained in:
jenkins-bot 2015-03-26 14:17:22 +00:00 committed by Gerrit Code Review
commit b669d5a95d

View file

@ -406,7 +406,8 @@ Then(/^I should see the Edit tab at the top of the page$/) do
Screenshot.capture(
@browser,
"#{@scenario.name}-#{ENV['LANGUAGE_SCREENSHOT_CODE']}.png",
[@current_page.top_editing_tabs_element]
[@current_page.top_editing_tabs_element],
3
)
end