Add puppeteer back, update search test to search for a still existing note

This commit is contained in:
Jonny Barnes 2018-06-24 18:15:24 +01:00
parent 3965f16b1f
commit 54e21ee459
3 changed files with 3297 additions and 3160 deletions

View file

@ -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');
}
}