Debug via log
This commit is contained in:
parent
07ad894b66
commit
a632a8e2da
2 changed files with 5 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue