assert.strictEqual($header.length,1,'Disable header created successfully.');
assert.strictEqual($header.text(),'Disable Media Viewer?','Disable header has correct text (if this fails, it may be due to i18n differences)');
assert.strictEqual($icon.length,1,'Icon created successfully.');
assert.strictEqual($icon.html(),' ','Icon has a blank space in it.');
assert.ok($text,'Text div created successfully.');
assert.strictEqual($textHeader.length,1,'Text header created successfully.');
assert.strictEqual($textHeader.text(),'Skip this viewing feature for all files.','Text header has correct text (if this fails, it may be due to i18n differences)');
assert.strictEqual($textBody.length,1,'Text body created successfully.');
assert.strictEqual($textBody.text(),'You can enable it later through the file details page.','Text body has correct text (if this fails, it may be due to i18n differences)');
assert.strictEqual($aboutLink.length,1,'About link created successfully.');
assert.strictEqual($aboutLink.text(),'Learn more','About link has correct text (if this fails, it may be due to i18n differences)');
assert.strictEqual($aboutLink.prop('href'),'http://mediawiki.org/wiki/Special:MyLanguage/Help:Extension:Media_Viewer','About link has correct href (depends on your current protocol, so if you are on https, this will fail).');
assert.strictEqual($header.length,1,'Enable header created successfully.');
assert.strictEqual($header.text(),'Enable Media Viewer?','Enable header has correct text (if this fails, it may be due to i18n differences)');
assert.strictEqual($icon.length,1,'Icon created successfully.');
assert.strictEqual($icon.html(),' ','Icon has a blank space in it.');
assert.ok($text,'Text div created successfully.');
assert.strictEqual($textHeader.length,1,'Text header created successfully.');
assert.strictEqual($textHeader.text(),'Enable this media viewing feature for all files by default.','Text header has correct text (if this fails, it may be due to i18n differences)');
assert.strictEqual($aboutLink.length,1,'About link created successfully.');
assert.strictEqual($aboutLink.text(),'Learn more','About link has correct text (if this fails, it may be due to i18n differences)');
assert.strictEqual($aboutLink.prop('href'),'http://mediawiki.org/wiki/Special:MyLanguage/Help:Extension:Media_Viewer','About link has correct href (depends on your current protocol, so if you are on https, this will fail).');