diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2016-01-10 22:17:06 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2016-01-10 22:17:06 +0100 |
commit | 64e640fae7b01541c383ac935d81849e77938599 (patch) | |
tree | f1c3336c887ed4ac7016f10e66647f69b0342757 | |
parent | ed0e3309fd5dbda1e874aef6ab7b87fc41811e55 (diff) |
well
-rwxr-xr-x | tests/test_tools/PradoGenericSelenium2Test.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_tools/PradoGenericSelenium2Test.php b/tests/test_tools/PradoGenericSelenium2Test.php index e4799b73..707e9586 100755 --- a/tests/test_tools/PradoGenericSelenium2Test.php +++ b/tests/test_tools/PradoGenericSelenium2Test.php @@ -5,7 +5,6 @@ class PradoGenericSelenium2Test extends Sauce\Sausage\WebDriverTestCase protected $start_url = 'http://localhost:8888'; public static $browsers = array( // run FF15 on Windows 8 on Sauce - /* array( 'browserName' => 'firefox', 'desiredCapabilities' => array( @@ -13,10 +12,10 @@ class PradoGenericSelenium2Test extends Sauce\Sausage\WebDriverTestCase 'platform' => 'Windows 2012', ) ), - */ +/* // run Chrome on Linux on Sauce array( - 'browserName' => 'chrome', + 'browserName' => 'firefox', 'desiredCapabilities' => array( 'platform' => 'Linux' ) @@ -37,6 +36,7 @@ class PradoGenericSelenium2Test extends Sauce\Sausage\WebDriverTestCase //'local' => true, //'sessionStrategy' => 'shared' //) +*/ ); protected function assertAttribute($idattr, $txt) |