diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2016-01-10 21:49:29 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2016-01-10 21:49:29 +0100 |
commit | b66ae1d2cb08357f019447314ba42b75fb92f7cd (patch) | |
tree | 4a2f0cbd7035f6fb17f1f437de24144a859fdff5 /tests | |
parent | 879aaf1a7734ae693651817f52fcb26c7729b5e7 (diff) |
yep
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/test_tools/PradoGenericSelenium2Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_tools/PradoGenericSelenium2Test.php b/tests/test_tools/PradoGenericSelenium2Test.php index 18c24ec4..ecbbe806 100755 --- a/tests/test_tools/PradoGenericSelenium2Test.php +++ b/tests/test_tools/PradoGenericSelenium2Test.php @@ -2,7 +2,7 @@ class PradoGenericSelenium2Test extends Sauce\Sausage\WebDriverTestCase { - protected $start_url = 'http://saucelabs.com/test/guinea-pig'; + protected $start_url = 'http://localhost:4445'; public static $browsers = array( // run FF15 on Windows 8 on Sauce array( |