mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-09 15:26:46 +02:00
Update tests.
This commit is contained in:
@@ -184,11 +184,11 @@ describe('module \'' + ID + '\'', function () {
|
|||||||
assert.lengthOf($('#content > #tests'), 1);
|
assert.lengthOf($('#content > #tests'), 1);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('adds HTML #test 14x to #tests', function () {
|
it('adds HTML #test 15x to #tests', function () {
|
||||||
|
|
||||||
this.xConfig.setup.AS_ADMIN = true;
|
this.xConfig.setup.AS_ADMIN = true;
|
||||||
this.applyFn();
|
this.applyFn();
|
||||||
assert.strictEqual($('#tests > .test').length, 14);
|
assert.strictEqual($('#tests > .test').length, 15);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('logout works', function () {
|
it('logout works', function () {
|
||||||
|
Reference in New Issue
Block a user