diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2016-01-11 00:17:50 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2016-01-11 00:17:50 +0100 |
commit | f3b60a45b3a015c25516e24f068ebe293e0c91b4 (patch) | |
tree | f66e5eeb8c1a6bd97e17d407e89693f16bfde51b /tests/test_tools/PradoGenericSelenium2Test.php | |
parent | ead405f7320445ec33e84e29f97c1d2a3c3a4cd8 (diff) |
Diffstat (limited to 'tests/test_tools/PradoGenericSelenium2Test.php')
-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 e006b157..9d252109 100755 --- a/tests/test_tools/PradoGenericSelenium2Test.php +++ b/tests/test_tools/PradoGenericSelenium2Test.php @@ -2,7 +2,7 @@ class PradoGenericSelenium2Test extends Sauce\Sausage\WebDriverTestCase { - protected $base_url = 'http://localhost:8888'; + protected $base_url = 'http://localhost:8888/tests/FunctionalTests/'; public static $browsers = array( // run FF15 on Windows 8 on Sauce array( |