summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/tests')
-rw-r--r--tests/FunctionalTests/tickets/tests/Ticket439TestCase.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket439TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket439TestCase.php
index 8ba47e87..651e322c 100644
--- a/tests/FunctionalTests/tickets/tests/Ticket439TestCase.php
+++ b/tests/FunctionalTests/tickets/tests/Ticket439TestCase.php
@@ -1,4 +1,4 @@
-<?php
+<?php
class Ticket439TestCase extends SeleniumTestCase
{
@@ -10,7 +10,7 @@ class Ticket439TestCase extends SeleniumTestCase
$this->click("{$base}button1");
$this->waitForPageToLoad(3000);
$this->pause(800);
- $this->assertTitle("Verifying Ticket Home");
+ $this->assertTitle("Verifying Home");
}
-}
+}
?> \ No newline at end of file