mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Extracted text for remaining views
This commit is contained in:
@ -15,8 +15,8 @@ class EntitySearchTest extends TestCase
|
||||
->type($page->name, 'term')
|
||||
->press('header-search-box-button')
|
||||
->see('Search Results')
|
||||
->see($page->name)
|
||||
->click($page->name)
|
||||
->seeInElement('.entity-list', $page->name)
|
||||
->clickInElement('.entity-list', $page->name)
|
||||
->seePageIs($page->getUrl());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user