From f6df8f875134f1acdaf31e511242616f16d9fc1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Thu, 14 Dec 2023 10:33:11 +0100 Subject: [PATCH] [Behat] FIxed step definition --- src/lib/Behat/BrowserContext/ContentViewContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Behat/BrowserContext/ContentViewContext.php b/src/lib/Behat/BrowserContext/ContentViewContext.php index 63a50929aa..a76ff74610 100644 --- a/src/lib/Behat/BrowserContext/ContentViewContext.php +++ b/src/lib/Behat/BrowserContext/ContentViewContext.php @@ -47,7 +47,7 @@ public function startCreatingContent(string $contentType, string $language = nul /** * @Given I am using the DXP with Focus mode disabled */ - public function disableFocusMode(string $mode): void + public function disableFocusMode(): void { $this->contentViewPage->setFocusMode(false); }