browse(function ($browser) { $browser->visit('/micropub/create') ->assertSee('You are authenticated'); }); } public function test_client_page_updates_syndication() { $this->browse(function ($browser) use ($note) { $browser->visit(route('micropub-client')) ->clickLink('Refresh Syndication Targets') ->assertSee('jonnybarnes'); }); } }