mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 05:54:48 -04:00
Update tests.
This commit is contained in:
parent
3dedb6b0f6
commit
96b6ff7fff
3 changed files with 14 additions and 14 deletions
|
@ -113,10 +113,10 @@ describe('view', function () {
|
|||
assert.lengthOf($('#toolbar > #sidebar-toggle'), 1);
|
||||
});
|
||||
|
||||
it('adds HTML .block viewmode to #sidebar', function () {
|
||||
it('adds HTML #settings-viewmode to #sidebar', function () {
|
||||
|
||||
modulejs.require('view/viewmode');
|
||||
assert.lengthOf($('#sidebar > .block > .l10n-view'), 1);
|
||||
assert.lengthOf($('#sidebar > #settings-viewmode'), 1);
|
||||
});
|
||||
|
||||
it('adds style to head', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue