Browse Source

Use proper lang

pull/52/head
Nafies Luthfi 6 years ago
parent
commit
76c28d15e2
  1. 4
      tests/Feature/ManageUserFamiliesTest.php

4
tests/Feature/ManageUserFamiliesTest.php

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

Loading…
Cancel
Save