mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Extracted text from page views & standardised breadcrumbs
This commit is contained in:
@ -28,7 +28,7 @@ class SortTest extends TestCase
|
||||
$currentBook = $page->book;
|
||||
$newBook = \BookStack\Book::where('id', '!=', $currentBook->id)->first();
|
||||
$this->asAdmin()->visit($page->getUrl() . '/move')
|
||||
->see('Move Page')->see($page->name)
|
||||
->see('Move Page')
|
||||
->type('book:' . $newBook->id, 'entity_selection')->press('Move Page');
|
||||
|
||||
$page = \BookStack\Page::find($page->id);
|
||||
|
Reference in New Issue
Block a user