browse(function ($browser) { $browser->visit('/notes/D') ->assertSee('JBL5'); }); } /** * Look for the client URL after the note. * * @return void */ public function test_client_url_displayed() { $this->browse(function ($browser) { $browser->visit('/notes/E') ->assertSee('quill.p3k.io'); }); } }