mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Made search test a little more consistent
This commit is contained in:
@ -172,7 +172,7 @@ class EntitySearchTest extends TestCase
|
||||
|
||||
public function test_ajax_entity_search()
|
||||
{
|
||||
$page = Page::all()->last();
|
||||
$page = $this->newPage(['name' => 'my ajax search test', 'html' => 'ajax test']);
|
||||
$notVisitedPage = Page::first();
|
||||
|
||||
// Visit the page to make popular
|
||||
|
Reference in New Issue
Block a user