mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 00:00:49 +00:00
Follow-up 7e72163ea
: Fix CBN alien unit test I missed and force-merged
Whoops. Change-Id: I21e30efd930458f6c1509e2f3d947f94d5ec5ad2
This commit is contained in:
parent
7e72163ea8
commit
8e88db4232
|
@ -36,7 +36,7 @@ QUnit.test( 'getRenderedContents', function ( assert ) {
|
|||
html:
|
||||
'a<b>b' +
|
||||
'<span class="ve-ce-leafNode ve-ce-mwEntityNode" contenteditable="false">c</span>' +
|
||||
'd<span rel="ve:Alien" class="ve-ce-focusableNode" contenteditable="false">e</span>' +
|
||||
'd<span rel="ve:Alien" class="ve-ce-focusableNode ve-ce-leafNode" contenteditable="false">e</span>' +
|
||||
'</b>'
|
||||
} ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue