diff --git a/tests/Feature/ManageUserFamiliesTest.php b/tests/Feature/ManageUserFamiliesTest.php index a1727d9..47f1f3f 100644 --- a/tests/Feature/ManageUserFamiliesTest.php +++ b/tests/Feature/ManageUserFamiliesTest.php @@ -3,8 +3,8 @@ namespace Tests\Feature; use App\User; -use Tests\TestCase; use Illuminate\Foundation\Testing\RefreshDatabase; +use Tests\TestCase; class ManageUserFamiliesTest extends TestCase { @@ -312,7 +312,7 @@ class ManageUserFamiliesTest extends TestCase $marriageId = $husband->fresh()->wifes->first()->pivot->id; $this->visit(route('profile')); - $this->click('Set Orang Tua'); + $this->click(__('user.set_parent')); $this->seeElement('select', ['name' => 'set_parent_id']); $this->submitForm('set_parent_button', [