mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-01-03 23:42:28 +03:00
Extracted text from page views & standardised breadcrumbs
This commit is contained in:
@@ -64,7 +64,7 @@ class PublicActionTest extends TestCase
|
||||
$this->visit($chapter->book->getUrl());
|
||||
$this->visit($chapter->getUrl())
|
||||
->click('New Page')
|
||||
->see('Create Page')
|
||||
->see('New Page')
|
||||
->seePageIs($chapter->getUrl('/create-page'));
|
||||
|
||||
$this->submitForm('Continue', [
|
||||
|
||||
Reference in New Issue
Block a user