mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 23:24:39 +00:00
Merge "Tests: correction to unit test"
This commit is contained in:
commit
2a24ffe6ac
|
@ -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
|
||||
);
|
||||
} );
|
||||
|
|
Loading…
Reference in a new issue