Debug via log

This commit is contained in:
Jonny Barnes 2017-02-22 17:41:59 +00:00
parent 07ad894b66
commit a632a8e2da
2 changed files with 5 additions and 2 deletions

View file

@ -25,7 +25,7 @@ class MicropubClientTest extends DuskTestCase
$faker = \Faker\Factory::create();
$note = $faker->text;
$this->browse(function ($browser) use ($note) {
$browser->visit('/micropub/create')
$browser->visit(route('micropub-client'))
->type('textarea[name="content"]', $note)
->press('submit');
sleep(2);