Add puppeteer back, update search test to search for a still existing note
This commit is contained in:
parent
3965f16b1f
commit
54e21ee459
3 changed files with 3297 additions and 3160 deletions
|
@ -9,7 +9,7 @@ class SearchControllerTest extends TestCase
|
|||
{
|
||||
public function test_search()
|
||||
{
|
||||
$response = $this->get('/search?terms=wedding');
|
||||
$response->assertSee('#weddingfavour');
|
||||
$response = $this->get('/search?terms=love');
|
||||
$response->assertSee('duckduckgo.com');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue