diff --git a/t/controller_billing_selenium.t b/t/controller_billing_selenium.t index e3517fb511..b7a297554c 100644 --- a/t/controller_billing_selenium.t +++ b/t/controller_billing_selenium.t @@ -6,7 +6,7 @@ use Test::WebDriver::Sipwise qw(); my $browsername = $ENV{BROWSER_NAME} || ""; #possible values: htmlunit, chrome my $d = Test::WebDriver::Sipwise->new (browser_name => $browsername, 'proxy' => {'proxyType' => 'system'}); -$d->set_window_size(768,1024) if ($browsername ne "htmlunit"); +$d->set_window_size(1024,1280) if ($browsername ne "htmlunit"); my $uri = $ENV{CATALYST_SERVER} || 'http://localhost:3000'; $d->get_ok("$uri/logout"); #make sure we are logged out $d->get_ok("$uri/login"); diff --git a/t/controller_customer_selenium.t b/t/controller_customer_selenium.t index c876f79324..ddc21a0ef2 100644 --- a/t/controller_customer_selenium.t +++ b/t/controller_customer_selenium.t @@ -6,7 +6,7 @@ use Test::WebDriver::Sipwise qw(); my $browsername = $ENV{BROWSER_NAME} || ""; #possible values: htmlunit, chrome my $d = Test::WebDriver::Sipwise->new (browser_name => $browsername, 'proxy' => {'proxyType' => 'system'}); -$d->set_window_size(768,1024) if ($browsername ne "htmlunit"); +$d->set_window_size(1024,1280) if ($browsername ne "htmlunit"); my $uri = $ENV{CATALYST_SERVER} || 'http://localhost:3000'; $d->get_ok("$uri/logout"); #make sure we are logged out $d->get_ok("$uri/login"); diff --git a/t/controller_domain_selenium.t b/t/controller_domain_selenium.t index d712fb1f29..52c4a015d7 100644 --- a/t/controller_domain_selenium.t +++ b/t/controller_domain_selenium.t @@ -6,7 +6,7 @@ use Test::WebDriver::Sipwise qw(); my $browsername = $ENV{BROWSER_NAME} || ""; #possible values: htmlunit, chrome my $d = Test::WebDriver::Sipwise->new (browser_name => $browsername, 'proxy' => {'proxyType' => 'system'}); -$d->set_window_size(768,1024) if ($browsername ne "htmlunit"); +$d->set_window_size(1024,1280) if ($browsername ne "htmlunit"); my $uri = $ENV{CATALYST_SERVER} || 'http://localhost:3000'; $d->get_ok("$uri/logout"); #make sure we are logged out $d->get_ok("$uri/login"); diff --git a/t/controller_peering_selenium.t b/t/controller_peering_selenium.t index 1fc025b241..7e86bd3de4 100644 --- a/t/controller_peering_selenium.t +++ b/t/controller_peering_selenium.t @@ -6,7 +6,7 @@ use Test::WebDriver::Sipwise qw(); my $browsername = $ENV{BROWSER_NAME} || ""; #possible values: htmlunit, chrome my $d = Test::WebDriver::Sipwise->new (browser_name => $browsername, 'proxy' => {'proxyType' => 'system'}); -$d->set_window_size(768,1024) if ($browsername ne "htmlunit"); +$d->set_window_size(1024,1280) if ($browsername ne "htmlunit"); my $uri = $ENV{CATALYST_SERVER} || 'http://localhost:3000'; $d->get_ok("$uri/logout"); #make sure we are logged out $d->get_ok("$uri/login"); diff --git a/t/controller_reseller_selenium.t b/t/controller_reseller_selenium.t index 62ce265f94..847f646258 100644 --- a/t/controller_reseller_selenium.t +++ b/t/controller_reseller_selenium.t @@ -7,7 +7,7 @@ my $browsername = $ENV{BROWSER_NAME} || ""; #possible values: htmlunit, chrome, firefox (default) my $d = Test::WebDriver::Sipwise->new (browser_name => $browsername, 'proxy' => {'proxyType' => 'system'}); -$d->set_window_size(768,1024) if ($browsername ne "htmlunit"); +$d->set_window_size(1024,1280) if ($browsername ne "htmlunit"); my $uri = $ENV{CATALYST_SERVER} || 'http://localhost:3000'; $d->get_ok("$uri/logout"); #make sure we are logged out $d->get_ok("$uri/login");