Increase test timeout

[MAILPOET-2694]
This commit is contained in:
Pavel Dohnal
2020-02-11 15:26:04 +01:00
committed by amine-mp
parent 42278347cc
commit ea3fc7d5d3

View File

@@ -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"]');