mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-21 17:11:09 +00:00
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 root login', login.bind(null, 'root', 'changeme'));
|
||||
xit('can complete setup', completeSetup);
|
||||
it('can complete setup', completeSetup);
|
||||
it('can upload video', uploadVideo);
|
||||
it('video exists', videoExists);
|
||||
it('logout', logout);
|
||||
|
|
Loading…
Reference in a new issue