]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/EntityTest.php
Added initial translation into German (formal)
[bookstack] / tests / Entity / EntityTest.php
index 296aa72edc1491ae703e3fab90a92b15db85cf7e..20721968f9a88c933d41cfa9efbb60c5cc652437 100644 (file)
@@ -236,8 +236,9 @@ class EntityTest extends TestCase
             ->type('super test page', '#name')
             ->press('Save Page')
             // Check redirect
-            ->seePageIs($newPageUrl)
-            ->visit($pageUrl)
+            ->seePageIs($newPageUrl);
+
+        $this->visit($pageUrl)
             ->seePageIs($newPageUrl);
     }