Skip to content

Commit

Permalink
Debugging behat scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
senghe committed Sep 5, 2024
1 parent 2d896c5 commit 7b269d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Behat/Page/Admin/Block/CreatePage.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b269d2

Please sign in to comment.