+
+ public function test_wysiwyg_help_shows_lexical_and_licenses_link()
+ {
+ $resp = $this->get('/help/wysiwyg');
+ $resp->assertOk();
+ $this->withHtml($resp)->assertElementExists('a[href="https://lexical.dev/"]');
+ $this->withHtml($resp)->assertElementExists('a[href="' . url('/licenses') . '"]');
+ }