create(); $this->visit(route('users.show', $user->id)); $this->see($user->name); } }