$this->assertEquals('<a class="ck-link_selected" href="https://drupal.org">Llamas are the most awesome ever</a>',$figcaption->getHtml());
$this->assertEquals('<a class="ck-link_selected" href="https://example.com">Llamas are the most awesome ever</a>',$figcaption->getHtml());
$editor_dom=$this->getEditorDataAsDom();
$this->assertEquals('<a href="https://drupal.org">Llamas are the most awesome ever</a>',$editor_dom->getElementsByTagName('drupal-media')->item(0)->getAttribute('data-caption'));
$this->assertEquals('<a href="https://example.com">Llamas are the most awesome ever</a>',$editor_dom->getElementsByTagName('drupal-media')->item(0)->getAttribute('data-caption'));