summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/quickstart/Controls/DropDownListTestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/quickstart/Controls/DropDownListTestCase.php')
-rwxr-xr-x[-rw-r--r--]tests/FunctionalTests/quickstart/Controls/DropDownListTestCase.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/FunctionalTests/quickstart/Controls/DropDownListTestCase.php b/tests/FunctionalTests/quickstart/Controls/DropDownListTestCase.php
index ebd0b5e7..e374de1d 100644..100755
--- a/tests/FunctionalTests/quickstart/Controls/DropDownListTestCase.php
+++ b/tests/FunctionalTests/quickstart/Controls/DropDownListTestCase.php
@@ -1,6 +1,6 @@
<?php
-class DropDownListTestCase extends SeleniumTestCase
+class QuickstartDropDownListTestCase extends PradoGenericSeleniumTest
{
function test ()
{
@@ -63,5 +63,3 @@ class DropDownListTestCase extends SeleniumTestCase
$this->verifyNotVisible('ctl0_body_ctl8');
}
}
-
-?> \ No newline at end of file