diff options
Diffstat (limited to 'tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php')
-rwxr-xr-x[-rw-r--r--] | tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php b/tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php index ca079c14..ad84e1d0 100644..100755 --- a/tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php +++ b/tests/FunctionalTests/quickstart/Controls/ButtonTestCase.php @@ -1,6 +1,6 @@ <?php -class ButtonTestCase extends SeleniumTestCase +class QuickstartButtonTestCase extends PradoGenericSeleniumTest { function test () { @@ -31,5 +31,3 @@ class ButtonTestCase extends SeleniumTestCase $this->verifyNotVisible('ctl0_body_ctl3'); } } - -?>
\ No newline at end of file |