Skip to content

Commit

Permalink
Give javascript test more chances to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrelan authored Jan 10, 2024
1 parent 90392ca commit 069eefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit.bats
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ phpunit() {
}

@test "Drupal functional javascript test" {
run phpunit app/core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php --filter=testJavascript
run phpunit app/core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php
assert_success
assert_output --partial "HTML output was generated"
}

0 comments on commit 069eefb

Please sign in to comment.