summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2014-02-12 00:26:16 +0100
committerFabio Bas <ctrlaltca@gmail.com>2014-02-12 00:26:16 +0100
commitb3c782faadcbd47a723b5cd0b08559e5964f37cf (patch)
tree2c9c99230878460f7bb02d24801e39cc29019a3f /tests/FunctionalTests/tickets
parent031d20c405b922808f4bdf2997f964880b33ab66 (diff)
Fixed TAutoComplete
Diffstat (limited to 'tests/FunctionalTests/tickets')
-rwxr-xr-xtests/FunctionalTests/tickets/tests/Ticket769TestCase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket769TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket769TestCase.php
index 74ca48da..38a6212b 100755
--- a/tests/FunctionalTests/tickets/tests/Ticket769TestCase.php
+++ b/tests/FunctionalTests/tickets/tests/Ticket769TestCase.php
@@ -19,7 +19,7 @@ class Ticket769TestCase extends PradoGenericSeleniumTest
$this->click($base.'ctl2');
$this->pause(800);
- $this->verifyTextPresent($base.'B', 'This is B');
+ $this->assertEquals($this->getText($base.'B'), 'This is B');
$this->click($base.'ctl3');
$this->pause(800);