summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/active-controls/tests/ActiveRadioButtonListTestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/active-controls/tests/ActiveRadioButtonListTestCase.php')
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/active-controls/tests/ActiveRadioButtonListTestCase.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/FunctionalTests/active-controls/tests/ActiveRadioButtonListTestCase.php b/tests/FunctionalTests/active-controls/tests/ActiveRadioButtonListTestCase.php
index 45078830..b0942ffa 100644..100755
--- a/tests/FunctionalTests/active-controls/tests/ActiveRadioButtonListTestCase.php
+++ b/tests/FunctionalTests/active-controls/tests/ActiveRadioButtonListTestCase.php
@@ -1,12 +1,9 @@
<?php
-class ActiveRadioButtonListTestCase extends SeleniumTestCase
+class ActiveRadioButtonListTestCase extends PradoGenericSeleniumTest
{
function test()
{
- //problem with test runner clicking on radio buttons
- $this->skipBrowsers(self::OPERA);
-
$this->open("active-controls/index.php?page=ActiveRadioButtonListTest");
$this->verifyTextPresent("TActiveRadioButtonList Test Case");
@@ -46,5 +43,3 @@ class ActiveRadioButtonListTestCase extends SeleniumTestCase
}
}
}
-
-?> \ No newline at end of file