loginAsUser(); $this->visit(route('profile')); $this->seePageIs(route('profile')); $this->see($user->nickname); $this->seeElement('input', ['name' => 'set_father']); $this->seeElement('input', ['name' => 'set_mother']); $this->seeElement('input', ['name' => 'add_child_name']); $this->seeElement('input', ['name' => 'add_child_gender_id']); } }