assert.strictEqual($('#qunit-fixture .mw-mmv-fileusage-local-section').length,1,'There is a local section');
assert.strictEqual($('#qunit-fixture .mw-mmv-fileusage-global-section').length,0,'There is no global section');
assert.strictEqual($('#qunit-fixture .mw-mmv-fileusage-local-section .mw-mmv-fileusage-view-all').length,0,'The local section has no "view all uses" link');
assert.strictEqual($('#qunit-fixture .mw-mmv-fileusage-global-section .mw-mmv-fileusage-view-all').length,0,'The global section has no "view all uses" link');
assert.strictEqual($('#qunit-fixture .mw-mmv-fileusage-local-section').length,1,'There is a local section');
assert.strictEqual($('#qunit-fixture .mw-mmv-fileusage-global-section').length,0,'There is no global section');
assert.strictEqual($('#qunit-fixture .mw-mmv-fileusage-local-section .mw-mmv-fileusage-view-all').length,1,'The local section has its "view all uses" link');
assert.strictEqual($('#qunit-fixture .mw-mmv-fileusage-global-section .mw-mmv-fileusage-view-all').length,0,'The global section has no "view all uses" link');
assert.strictEqual($('#qunit-fixture .mw-mmv-fileusage-local-section').length,0,'There is no local section');
assert.strictEqual($('#qunit-fixture .mw-mmv-fileusage-global-section').length,1,'There is a global section');
assert.strictEqual($('#qunit-fixture .mw-mmv-fileusage-local-section .mw-mmv-fileusage-view-all').length,0,'The local section has no "view all uses" link');
assert.strictEqual($('#qunit-fixture .mw-mmv-fileusage-global-section .mw-mmv-fileusage-view-all').length,0,'The global section has no "view all uses" link');
assert.strictEqual($('#qunit-fixture .mw-mmv-fileusage-local-section').length,1,'There is a local section');
assert.strictEqual($('#qunit-fixture .mw-mmv-fileusage-global-section').length,1,'There is a global section');
assert.strictEqual($('#qunit-fixture .mw-mmv-fileusage-local-section .mw-mmv-fileusage-view-all').length,1,'The local section has its "view all uses" link');
assert.strictEqual($('#qunit-fixture .mw-mmv-fileusage-global-section .mw-mmv-fileusage-view-all').length,1,'The global section has its "view all uses" link');