]> BookStack Code Mirror - bookstack/blobdiff - tests/Auth/AuthTest.php
Merge branch 'master' into translations
[bookstack] / tests / Auth / AuthTest.php
index f287f84900c243e4c7cff080fc08ae40b801349d..664ec297a0bff766368b4d5c92d1ec6bb11fee42 100644 (file)
@@ -24,7 +24,7 @@ class AuthTest extends TestCase
         $settings->put('app-public', 'true');
         $this->visit('/')
             ->seePageIs('/')
-            ->see('Sign In');
+            ->see('Log In');
     }
 
     public function test_registration_showing()
@@ -132,7 +132,7 @@ class AuthTest extends TestCase
 
         $this->asAdmin()
             ->visit('/settings/users')
-            ->click('Add new user')
+            ->click('Add New User')
             ->type($user->name, '#name')
             ->type($user->email, '#email')
             ->check('roles[admin]')