X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/3368fe42d8a94bc1d819375fe54dc170e5b1d64b..refs/pull/494/head:/tests/Entity/EntityTest.php diff --git a/tests/Entity/EntityTest.php b/tests/Entity/EntityTest.php index ef5ea3aee..ccc02c4f0 100644 --- a/tests/Entity/EntityTest.php +++ b/tests/Entity/EntityTest.php @@ -256,12 +256,4 @@ class EntityTest extends BrowserKitTest ->visit('/') ->seeInElement('#recently-updated-pages', $page->name); } - - public function test_recently_created_pages_on_home() - { - $entityChain = $this->createEntityChainBelongingToUser($this->getEditor()); - $this->asAdmin()->visit('/') - ->seeInElement('#recently-created-pages', $entityChain['page']->name); - } - }