summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket700TestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/tests/Ticket700TestCase.php')
-rwxr-xr-xtests/FunctionalTests/tickets/tests/Ticket700TestCase.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket700TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket700TestCase.php
index ec6d7783..788fa383 100755
--- a/tests/FunctionalTests/tickets/tests/Ticket700TestCase.php
+++ b/tests/FunctionalTests/tickets/tests/Ticket700TestCase.php
@@ -50,6 +50,7 @@ class Ticket700TestCase extends PradoGenericSelenium2Test
$this->type('ctl0_Main_Username','AdminUser');
$this->type('ctl0_Main_Password','demo');
$this->byId('ctl0_Main_LoginButton')->click();
+ $this->pause(50);
$this->byId('pageAdminUsersHome')->click();
$this->assertTitleEquals('admin.users.Home');
$this->assertSourceContains('|Param1: Set at admin|');