summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php
diff options
context:
space:
mode:
authorDavid <ottodavid@gmx.net>2014-08-22 11:39:55 +0200
committerDavid <ottodavid@gmx.net>2014-08-22 12:42:00 +0200
commit716b5d9bf7cc77772a7542ee7cbc6062289578cf (patch)
tree7effa8c9cd7d56443eab580952febc7642375325 /tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php
parent31860bfece30381dd29c9d33ef0d13c4cb9f5825 (diff)
Fix failing test cases
because of timing issues (cherry picked from commit 6c6c4821c5a28df7d80cc414a7cf64025859c194)
Diffstat (limited to 'tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php')
-rwxr-xr-xtests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php b/tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php
index f0e88996..e87b9072 100755
--- a/tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php
+++ b/tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php
@@ -42,6 +42,7 @@ class QuickstartDataGrid3TestCase extends PradoGenericSelenium2Test
$this->assertEquals("Are you sure?", $this->alertText());
$this->acceptAlert();
+ $this->pause(500);
$this->assertNotContains("Design Patterns Explained : A New Perspective on Object-Oriented Design", $this->source());
$this->assertContains("Extreme Programming Explained : Embrace Change", $this->source());