diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2016-01-10 22:11:34 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2016-01-10 22:11:34 +0100 |
commit | ed0e3309fd5dbda1e874aef6ab7b87fc41811e55 (patch) | |
tree | accb9a6a817942ac7b9b72003c0dc7e06eca71b6 /tests/test_tools | |
parent | b66ae1d2cb08357f019447314ba42b75fb92f7cd (diff) |
again
Diffstat (limited to 'tests/test_tools')
-rwxr-xr-x | tests/test_tools/PradoGenericSelenium2Test.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_tools/PradoGenericSelenium2Test.php b/tests/test_tools/PradoGenericSelenium2Test.php index ecbbe806..e4799b73 100755 --- a/tests/test_tools/PradoGenericSelenium2Test.php +++ b/tests/test_tools/PradoGenericSelenium2Test.php @@ -2,9 +2,10 @@ class PradoGenericSelenium2Test extends Sauce\Sausage\WebDriverTestCase { - protected $start_url = 'http://localhost:4445'; + protected $start_url = 'http://localhost:8888'; public static $browsers = array( // run FF15 on Windows 8 on Sauce + /* array( 'browserName' => 'firefox', 'desiredCapabilities' => array( @@ -12,6 +13,7 @@ class PradoGenericSelenium2Test extends Sauce\Sausage\WebDriverTestCase 'platform' => 'Windows 2012', ) ), + */ // run Chrome on Linux on Sauce array( 'browserName' => 'chrome', |