summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket21TestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/tests/Ticket21TestCase.php')
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/tickets/tests/Ticket21TestCase.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket21TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket21TestCase.php
index 24c5e346..5e48ff2d 100644..100755
--- a/tests/FunctionalTests/tickets/tests/Ticket21TestCase.php
+++ b/tests/FunctionalTests/tickets/tests/Ticket21TestCase.php
@@ -1,12 +1,9 @@
<?php
-class Ticket21TestCase extends SeleniumTestCase
+class Ticket21TestCase extends PradoGenericSeleniumTest
{
function test()
{
- //problem with test runner clicking on radio buttons
- $this->skipBrowsers(self::OPERA);
-
$this->open('tickets/index.php?page=Ticket21');
$this->assertTitle("Verifying Ticket 21");
$this->clickAndWait("ctl0_Content_button1");
@@ -15,5 +12,3 @@ class Ticket21TestCase extends SeleniumTestCase
$this->verifyTextPresent("Radio button clicks: 1", "");
}
}
-
-?> \ No newline at end of file