10-04-2026
This commit is contained in:
parent
4d6b4930b2
commit
4bb89aad8c
836 changed files with 52961 additions and 5950 deletions
15
tests/Feature/AboutPageTest.php
Normal file
15
tests/Feature/AboutPageTest.php
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
it('about page loads successfully', function () {
|
||||
$this->get('/about')
|
||||
->assertSuccessful()
|
||||
->assertSee('Über B2in');
|
||||
});
|
||||
|
||||
it('about page shows image break section', function () {
|
||||
$this->get('/about')
|
||||
->assertSuccessful()
|
||||
->assertSee('best-of-two-worlds.jpg');
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue