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 6646f0f commit c9933c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:

-
name: Run Behat
run: vendor/bin/behat --colors --strict -vvv --no-interaction -f progress || vendor/bin/behat --colors --strict -vvv --no-interaction -f progress --rerun
run: vendor/bin/behat features/admin/adding_block.feature:184 --colors --strict -vvv --no-interaction -f progress # || vendor/bin/behat --colors --strict -vvv --no-interaction -f progress --rerun

-
name: Upload Behat logs
Expand Down
1 change: 1 addition & 0 deletions features/admin/adding_block.feature
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ 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

0 comments on commit c9933c5

Please sign in to comment.