File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public function test_shelf_count_is_used_on_shelves_view()
5252 $ this ->withHtml ($ resp )->assertElementCount ('main [data-entity-type="bookshelf"] ' , 1 );
5353 }
5454
55- public function test_shelf_count_is_used_on_books_view ()
55+ public function test_book_count_is_used_on_books_view ()
5656 {
5757 $ resp = $ this ->asAdmin ()->get ('/books ' );
5858 $ defaultCount = min (Book::query ()->count (), 18 );
@@ -66,7 +66,7 @@ public function test_shelf_count_is_used_on_books_view()
6666 $ this ->withHtml ($ resp )->assertElementCount ('main [data-entity-type="book"] ' , 1 );
6767 }
6868
69- public function test_shelf_count_is_used_on_search_view ()
69+ public function test_search_count_is_used_on_search_view ()
7070 {
7171 $ resp = $ this ->asAdmin ()->get ('/search ' );
7272 $ this ->withHtml ($ resp )->assertElementCount ('.entity-list [data-entity-id] ' , 18 );
You can’t perform that action at this time.
0 commit comments