]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/EntityTest.php
Actually fixed the BaseURL this time 🤦
[bookstack] / tests / Entity / EntityTest.php
index 5492534177b9795eb36532c038aaa81e2ca2cb2f..4d4e0e6cd30112721df035f16a3386b577354079 100644 (file)
@@ -90,14 +90,14 @@ class EntityTest extends BrowserKitTest
         $this->actingAs($editor)
             ->visit('/books')
             ->pageHasElement('.featured-image-container')
-            ->submitForm('Toggle Book View')
+            ->submitForm('List View')
             // Check redirection.
             ->seePageIs('/books')
             ->pageNotHasElement('.featured-image-container');
 
         $this->actingAs($editor)
             ->visit('/books')
-            ->submitForm('Toggle Book View')
+            ->submitForm('Grid View')
             ->seePageIs('/books')
             ->pageHasElement('.featured-image-container');