fixed tests

This commit is contained in:
denisdulici
2020-01-07 17:25:54 +03:00
parent 5b59fb0e9e
commit 2e90d26dc8
6 changed files with 6 additions and 6 deletions

View File

@ -11,6 +11,6 @@ class DashboardTest extends FeatureTestCase
$this->loginAs()
->get(route('dashboard'))
->assertStatus(200)
->assertSeeText(trans('general.dashboard'));
->assertSeeText(trans_choice('general.dashboards', 1));
}
}