mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-26 13:14:47 +00:00
Updated template test to be more stable
This commit is contained in:
parent
de3e9ab094
commit
5fdab3b8af
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class PageTemplateTest extends TestCase
|
|||
$editor = $this->getEditor();
|
||||
$this->actingAs($editor);
|
||||
|
||||
$toBeTemplates = Page::query()->take(12)->get();
|
||||
$toBeTemplates = Page::query()->orderBy('name', 'asc')->take(12)->get();
|
||||
$page = $toBeTemplates->first();
|
||||
|
||||
$emptyTemplatesFetch = $this->get('/templates');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue