summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/tests/Ticket207TestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/tests/Ticket207TestCase.php')
-rwxr-xr-xtests/FunctionalTests/tickets/tests/Ticket207TestCase.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/tests/Ticket207TestCase.php b/tests/FunctionalTests/tickets/tests/Ticket207TestCase.php
index cc993192..b9fbae5d 100755
--- a/tests/FunctionalTests/tickets/tests/Ticket207TestCase.php
+++ b/tests/FunctionalTests/tickets/tests/Ticket207TestCase.php
@@ -11,6 +11,7 @@ class Ticket207TestCase extends PradoGenericSelenium2Test
$this->assertNotVisible("{$base}validator2");
$this->byId("{$base}button1")->click();
+ $this->pause(50);
$this->assertEquals('error on text1 fired', $this->alertText());
$this->acceptAlert();
@@ -31,6 +32,7 @@ class Ticket207TestCase extends PradoGenericSelenium2Test
$this->assertVisible("{$base}validator2");
$this->byId("{$base}button1")->click();
+ $this->pause(50);
$this->assertEquals('error on text1 fired', $this->alertText());
$this->acceptAlert();