diff --git a/tests/Feature/Common/DashboardTest.php b/tests/Feature/Common/DashboardTest.php new file mode 100644 index 000000000..5135f0975 --- /dev/null +++ b/tests/Feature/Common/DashboardTest.php @@ -0,0 +1,16 @@ +loginAs() + ->get(url('/')) + ->assertStatus(200) + ->assertSeeText(trans('general.dashboard')); + } +} \ No newline at end of file