Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Nov 25, 2024
1 parent 1f507ae commit 60bffc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ScreenshotTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
], $instance->createScreenshotCommand('screenshot.png'));

// It should be online so mis-use the assetsContains because a 4xx error won't contain the word "browerless".
$html = Browsershot::url('https://chrome.browserless.io/json/')
$html = Browsershot::url('https://chrome.browserless.io/')
->bodyHtml();

// If it's offline then this will fail.
Expand Down

0 comments on commit 60bffc6

Please sign in to comment.