browse(function ($browser) { $browser->visit('/') ->waitFor('@title', 1) ->assertSee('Forms for Notion'); }); } }