From 716b5d9bf7cc77772a7542ee7cbc6062289578cf Mon Sep 17 00:00:00 2001 From: David Date: Fri, 22 Aug 2014 11:39:55 +0200 Subject: Fix failing test cases because of timing issues (cherry picked from commit 6c6c4821c5a28df7d80cc414a7cf64025859c194) --- tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/FunctionalTests/quickstart/Controls/DataGrid3TestCase.php') 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()); -- cgit v1.2.3