diff --git a/tests/Behat/Page/Admin/Block/CreatePage.php b/tests/Behat/Page/Admin/Block/CreatePage.php index 3589ca95..bc8e91c1 100755 --- a/tests/Behat/Page/Admin/Block/CreatePage.php +++ b/tests/Behat/Page/Admin/Block/CreatePage.php @@ -275,9 +275,9 @@ public function useTemplate(): void public function confirmUseTemplate(): void { $this->getDocument()->findById('load-template-confirmation-button')->click(); - $this->getDocument()->waitFor(2, function (): bool { - return '' !== $this->getDocument()->find('css', '[data-form-collection="list"]')->getHtml(); - }); +// $this->getDocument()->waitFor(2, function (): bool { +// return '' !== $this->getDocument()->find('css', '[data-form-collection="list"]')->getHtml(); +// }); $this->getDocument()->waitFor(2, function () { return false; });