Skip to content

Commit

Permalink
Add another test for later, for a specific bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JSn1nj4 committed Jul 10, 2024
1 parent d878326 commit 2133480
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Feature/Livewire/BlogIndexTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@
->assertDontSee($posts->get('excerpt'))
->assertDontSee('Read More');
});

test('does not show lightbox when clicking a thumbnail', function () {});
});

0 comments on commit 2133480

Please sign in to comment.