summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket587TestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/tests/Ticket587TestCase.php')
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/tickets/tests/Ticket587TestCase.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket587TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket587TestCase.php
index f8255a2f..c7662b5c 100644..100755
--- a/tests/FunctionalTests/tickets/tests/Ticket587TestCase.php
+++ b/tests/FunctionalTests/tickets/tests/Ticket587TestCase.php
@@ -1,10 +1,9 @@
<?php
-class Ticket587TestCase extends SeleniumTestCase
+class Ticket587TestCase extends PradoGenericSeleniumTest
{
function testKeyPress()
{
- $this->skipBrowsers(self::INTERNET_EXPLORER);
$base = 'ctl0_Content_';
$this->open('tickets/index.php?page=Ticket587_reopened');
$this->assertTitle("Verifying Ticket 587_reopened");
@@ -43,5 +42,3 @@ class Ticket587TestCase extends SeleniumTestCase
$this->assertText($base."label1", "Selection 2: asd 3 - item 2");
}
}
-
-?> \ No newline at end of file