diff --git a/tests/Behat/Context/Ui/Admin/BlockContext.php b/tests/Behat/Context/Ui/Admin/BlockContext.php index 73000094..89ed16c4 100755 --- a/tests/Behat/Context/Ui/Admin/BlockContext.php +++ b/tests/Behat/Context/Ui/Admin/BlockContext.php @@ -413,6 +413,7 @@ public function iSelectTemplate(string $templateName): void */ public function iClickButtonToUseThisTemplate(): void { + Assert::false(true); $this->resolveCurrentPage()->useTemplate(); }