From 32f303659183ea15e1e8e0bdab337641efc01a3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Kukli=C5=84ski?= Date: Thu, 5 Sep 2024 10:38:58 +0200 Subject: [PATCH] Debugging behat scenario --- tests/Behat/Context/Ui/Admin/BlockContext.php | 1 + 1 file changed, 1 insertion(+) 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(); }