summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket220TestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/tests/Ticket220TestCase.php')
-rwxr-xr-xtests/FunctionalTests/tickets/tests/Ticket220TestCase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket220TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket220TestCase.php
index 72a1b227..da5e8c15 100755
--- a/tests/FunctionalTests/tickets/tests/Ticket220TestCase.php
+++ b/tests/FunctionalTests/tickets/tests/Ticket220TestCase.php
@@ -10,7 +10,7 @@ class Ticket220TestCase extends PradoGenericSeleniumTest
$this->assertText("{$base}label1", "Label 1");
$this->click("button1");
- $this->assertText("{$base}label1", 'Label 1: ["ok", "ok 3?", "ok 2!"]');
+ $this->assertText("{$base}label1", 'exact:Label 1: ["ok", "ok 3?", "ok 2!"]');
$this->assertAlertNotPresent();
}
}