Skip to content

Commit 2f56820

Browse files
committed
docs: fix example for Dusk
1 parent c402dd2 commit 2f56820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-browser-automation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class VisitLaravelZeroCommand extends Command
1919
{
2020
$this->browse(function ($browser) {
2121
$browser->visit('https://laravel-zero.com')
22-
->assertSee('Collision');
22+
->assertSee('Laravel Zero');
2323
});
2424
}
2525
}

0 commit comments

Comments
 (0)