Merge "Tests: correction to unit test"

This commit is contained in:
jenkins-bot 2023-01-24 10:57:41 +00:00 committed by Gerrit Code Review
commit 2a24ffe6ac

View file

@ -133,7 +133,7 @@ QUnit.test( 'it uses the reference gateway with valid element', function ( asser
QUnit.test( 'it does not suggest page previews on reference links when reference previews are not registered', function ( assert ) {
assert.strictEqual(
getPreviewType( this.notReferenceLink ),
getPreviewType( this.referenceLink ),
null
);
} );