diff --git a/tests/Behat/Page/Admin/Block/CreatePage.php b/tests/Behat/Page/Admin/Block/CreatePage.php index d7bf2a9b..3589ca95 100755 --- a/tests/Behat/Page/Admin/Block/CreatePage.php +++ b/tests/Behat/Page/Admin/Block/CreatePage.php @@ -278,6 +278,9 @@ public function confirmUseTemplate(): void $this->getDocument()->waitFor(2, function (): bool { return '' !== $this->getDocument()->find('css', '[data-form-collection="list"]')->getHtml(); }); + $this->getDocument()->waitFor(2, function () { + return false; + }); } protected function getDefinedElements(): array