mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 20:14:37 -04:00
Rename mainrow.
This commit is contained in:
parent
96b6ff7fff
commit
7704a00d7b
8 changed files with 16 additions and 16 deletions
|
@ -59,16 +59,16 @@ describe('view', function () {
|
|||
assert.lengthOf($('#fallback-hints'), 0);
|
||||
});
|
||||
|
||||
it('adds HTML #main-row to #root', function () {
|
||||
it('adds HTML #mainrow to #root', function () {
|
||||
|
||||
modulejs.require('view/viewmode');
|
||||
assert.lengthOf($('#root > #main-row'), 1);
|
||||
assert.lengthOf($('#root > #mainrow'), 1);
|
||||
});
|
||||
|
||||
it('adds HTML #content to #main-row', function () {
|
||||
it('adds HTML #content to #mainrow', function () {
|
||||
|
||||
modulejs.require('view/viewmode');
|
||||
assert.lengthOf($('#main-row > #content'), 1);
|
||||
assert.lengthOf($('#mainrow > #content'), 1);
|
||||
});
|
||||
|
||||
it('adds HTML #view to #content', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue