From ea3fc7d5d3db2b8c176c7a94f45d1dfd5895ffc9 Mon Sep 17 00:00:00 2001 From: Pavel Dohnal Date: Tue, 11 Feb 2020 15:26:04 +0100 Subject: [PATCH] Increase test timeout [MAILPOET-2694] --- tests/acceptance/DisplayFormBellowPostCest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/DisplayFormBellowPostCest.php b/tests/acceptance/DisplayFormBellowPostCest.php index d092bc063e..5af7e6ee8f 100644 --- a/tests/acceptance/DisplayFormBellowPostCest.php +++ b/tests/acceptance/DisplayFormBellowPostCest.php @@ -43,7 +43,7 @@ class DisplayFormBellowPostCest { // see the post $i->amOnPage('/wp-admin/post.php?action=edit&post=' . $post[0]); - $i->waitForText($postTitle); + $i->waitForText($postTitle, 30); $i->click('View Post'); $i->waitForText($postTitle); $i->seeElement('[data-automation-id="subscribe-submit-button"]');