]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/PageEditorTest.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / tests / Entity / PageEditorTest.php
index bb3d7419306c5179a7ea4cf9d0802b0c41e2448c..ad753c9664759c9d891d5a7050c07b8bbc97ac13 100644 (file)
@@ -193,7 +193,7 @@ class PageEditorTest extends TestCase
         $editLink = $this->page->getUrl('/edit') . '?editor=';
         $this->withHtml($resp)->assertElementContains("a[href=\"{$editLink}markdown-clean\"]", '(Clean Content)');
         $this->withHtml($resp)->assertElementContains("a[href=\"{$editLink}markdown-stable\"]", '(Stable Content)');
-        $this->withHtml($resp)->assertElementContains("a[href=\"{$editLink}wysiwyg2024\"]", '(In Alpha Testing)');
+        $this->withHtml($resp)->assertElementContains("a[href=\"{$editLink}wysiwyg2024\"]", '(In Beta Testing)');
 
         $resp = $this->asAdmin()->get($this->page->getUrl('/edit?editor=markdown-stable'));
         $editLink = $this->page->getUrl('/edit') . '?editor=';