create([ 'content' => 'This is the about page content.', ]); $this->get('/about') ->assertSee('This is the about page content.'); } }