Use a static piece of text on the homepage, so test can pass both locally and on travis
This commit is contained in:
parent
ce73bdf63b
commit
859b42ca89
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue