]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/EntityTest.php
Merge branch 'master' into translations
[bookstack] / tests / Entity / EntityTest.php
index 20721968f9a88c933d41cfa9efbb60c5cc652437..79e574cbd48d444670ccbd1dda90f84e71e44ee6 100644 (file)
@@ -136,7 +136,7 @@ class EntityTest extends TestCase
         $this->asAdmin()
             ->visit('/books')
             // Choose to create a book
-            ->click('Add new book')
+            ->click('Create New Book')
             ->seePageIs('/books/create')
             // Fill out form & save
             ->type($book->name, '#name')