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 c9933c5 commit 32f3036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Behat/Context/Ui/Admin/BlockContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ public function iSelectTemplate(string $templateName): void
*/
public function iClickButtonToUseThisTemplate(): void
{
Assert::false(true);
$this->resolveCurrentPage()->useTemplate();
}

Expand Down

0 comments on commit 32f3036

Please sign in to comment.