summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/features/tests/MyTestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/features/tests/MyTestCase.php')
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/features/tests/MyTestCase.php11
1 files changed, 1 insertions, 10 deletions
diff --git a/tests/FunctionalTests/features/tests/MyTestCase.php b/tests/FunctionalTests/features/tests/MyTestCase.php
index 43a4762d..92b0886a 100644..100755
--- a/tests/FunctionalTests/features/tests/MyTestCase.php
+++ b/tests/FunctionalTests/features/tests/MyTestCase.php
@@ -1,19 +1,10 @@
<?php
-class MyTestCase extends SeleniumTestCase
+class MyTestCase extends PradoGenericSeleniumTest
{
function test1()
{
$this->open('http://127.0.0.1');
$this->assertTextNotPresent('asd');
}
-
- function test2()
- {
- $this->skipBrowsers(self::FIREFOX);
- $this->open('http://127.0.0.1');
- $this->assertTextNotPresent('asd');
- }
}
-
-?> \ No newline at end of file