summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket93TestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/tests/Ticket93TestCase.php')
-rwxr-xr-xtests/FunctionalTests/tickets/tests/Ticket93TestCase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket93TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket93TestCase.php
index 51d5b582..538860d4 100755
--- a/tests/FunctionalTests/tickets/tests/Ticket93TestCase.php
+++ b/tests/FunctionalTests/tickets/tests/Ticket93TestCase.php
@@ -9,7 +9,7 @@ class Ticket93TestCase extends PradoGenericSelenium2Test
function test()
{
$this->url('tickets/index.php?page=Ticket93');
- $this->assertTextPresent("ValidationGroups without any inputs with grouping");
+ $this->assertContains("ValidationGroups without any inputs with grouping", $this->source());
}
}