Use a static piece of text on the homepage, so test can pass both locally and on travis

This commit is contained in:
Jonny Barnes 2017-02-23 14:41:13 +00:00
parent ce73bdf63b
commit 859b42ca89

View file

@ -17,7 +17,7 @@ class ExampleTest extends DuskTestCase
{ {
$this->browse(function (Browser $browser) { $this->browse(function (Browser $browser) {
$browser->visit('/') $browser->visit('/')
->assertSee('Jonny Barnes'); ->assertSee('Built with love');
}); });
} }
} }