forked from cloudron-apps/peertube-app
enable required test case
This commit is contained in:
parent
0827c34273
commit
d4b1cf2a6e
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ describe('Application life cycle test', function () {
|
||||||
|
|
||||||
it('can get app information', getAppInfo);
|
it('can get app information', getAppInfo);
|
||||||
it('can root login', login.bind(null, 'root', 'changeme'));
|
it('can root login', login.bind(null, 'root', 'changeme'));
|
||||||
xit('can complete setup', completeSetup);
|
it('can complete setup', completeSetup);
|
||||||
it('can upload video', uploadVideo);
|
it('can upload video', uploadVideo);
|
||||||
it('video exists', videoExists);
|
it('video exists', videoExists);
|
||||||
it('logout', logout);
|
it('logout', logout);
|
||||||
|
|
Loading…
Reference in a new issue