Skip to content

Commit

Permalink
[Behat] FIxed step definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon authored and lucasOsti committed Dec 14, 2023
1 parent e21319d commit 56d3321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Behat/BrowserContext/ContentViewContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 56d3321

Please sign in to comment.