Skip to content

Commit

Permalink
chore: inline test
Browse files Browse the repository at this point in the history
  • Loading branch information
ju5t committed Feb 15, 2025
1 parent fbf12c4 commit 7e3d528
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/Browser/Operations/AssertTitleContainsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
test('assert title contains', function () {
$url = 'https://laravel.com';

$browser = $this->visit($url);

$browser->assertTitleContains('Laravel');
$this->visit($url)
->assertTitleContains('Laravel');
});

0 comments on commit 7e3d528

Please sign in to comment.