summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket225TestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/tests/Ticket225TestCase.php')
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/tickets/tests/Ticket225TestCase.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket225TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket225TestCase.php
index e8c0f612..c723be38 100644..100755
--- a/tests/FunctionalTests/tickets/tests/Ticket225TestCase.php
+++ b/tests/FunctionalTests/tickets/tests/Ticket225TestCase.php
@@ -1,12 +1,9 @@
<?php
-class Ticket225TestCase extends SeleniumTestCase
+class Ticket225TestCase extends PradoGenericSeleniumTest
{
function test()
{
- //problem with test runner clicking on radio buttons
- $this->skipBrowsers(self::OPERA);
-
$base="ctl0_Content_";
$this->open('tickets/index.php?page=Ticket225');
$this->assertTextPresent('RadioButton Group Tests');
@@ -23,5 +20,3 @@ class Ticket225TestCase extends SeleniumTestCase
$this->assertNotVisible("{$base}validator1");
}
}
-
-?> \ No newline at end of file