We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c402dd2 commit 2f56820Copy full SHA for 2f56820
web-browser-automation.md
@@ -19,7 +19,7 @@ class VisitLaravelZeroCommand extends Command
19
{
20
$this->browse(function ($browser) {
21
$browser->visit('https://laravel-zero.com')
22
- ->assertSee('Collision');
+ ->assertSee('Laravel Zero');
23
});
24
}
25
0 commit comments