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 32f3036 commit 2d896c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion features/admin/adding_block.feature
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ Feature: Adding blocks
And I fill the name with "Intro"
And I select "Homepage" template
And I click button to use this template
And I change its password to "test"
And I confirm that I want to use this template
And I add it
Then I should be notified that the block has been created
Expand Down
2 changes: 1 addition & 1 deletion tests/Behat/Context/Ui/Admin/BlockContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ public function iAddAndCollectionsToIt(string ...$collectionsNames): void
*/
public function iAddIt(): void
{
Assert::false(true);
$this->createPage->create();
}

Expand Down Expand Up @@ -413,7 +414,6 @@ public function iSelectTemplate(string $templateName): void
*/
public function iClickButtonToUseThisTemplate(): void
{
Assert::false(true);
$this->resolveCurrentPage()->useTemplate();
}

Expand Down

0 comments on commit 2d896c5

Please sign in to comment.