Skip to content

Commit

Permalink
Update ApacheWorkerCest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheron committed Sep 8, 2021
1 parent 57c7833 commit c536680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/acceptance/ApacheWorkerCest.php
Expand Up @@ -8,7 +8,7 @@ public function _before(AcceptanceTester $I) {
public function tryToGotoFortunes(AcceptanceTester $I) {
$I->amOnPage ( "/fortunes" );
$I->seeElement ( 'body' );
$I->see ( 'fortune: No such file or directory', [ 'css' => 'body' ] );
$I->see ( 'Fortune: No such file or directory', [ 'css' => 'body' ] );
$I->see ( "A computer scientist is someone who fixes things that aren't broken.", [ 'css' => 'body' ] );
$I->see ( '<script>alert("This should not be displayed in a browser alert box.");</script>', [ 'css' => 'body' ] );
$I->see ( 'Feature: A bug with seniority.', [ 'css' => 'body' ] );
Expand Down

0 comments on commit c536680

Please sign in to comment.