Reduced window height for win environments.
This commit is contained in:
parent
517d01d982
commit
7d6b6d02a4
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class TestCase < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def browser_instance_preferences(local_browser)
|
||||
local_browser.manage.window.resize_to(1024, 800)
|
||||
local_browser.manage.window.resize_to(1024, 760)
|
||||
if ENV['REMOTE_URL'] !~ /saucelabs|(grid|ci)\.(zammad\.org|znuny\.com)/i
|
||||
if @browsers.size < 1
|
||||
local_browser.manage.window.move_to(0, 0)
|
||||
|
|
Loading…
Reference in a new issue