X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/9af636bd48f5c7cec7f73746307800b9572d2644..refs/pull/2902/head:/tests/Entity/MarkdownTest.php diff --git a/tests/Entity/MarkdownTest.php b/tests/Entity/MarkdownTest.php index 5e5fa8a0c..7de7ea11b 100644 --- a/tests/Entity/MarkdownTest.php +++ b/tests/Entity/MarkdownTest.php @@ -1,4 +1,6 @@ -asAdmin()->visit($this->page->getUrl() . '/edit') ->pageHasElement('#html-editor'); } - + public function test_markdown_setting_shows_markdown_editor() { $this->setMarkdownEditor(); @@ -48,5 +50,4 @@ class MarkdownTest extends BrowserKitTest $this->asAdmin()->visit($this->page->getUrl() . '/edit') ->seeInField('markdown', $this->page->html); } - -} \ No newline at end of file +}