Fixed jsunit

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/8575/head
John Molakvoæ (skjnldsv) 8 years ago
parent 3ef4131533
commit cee5be6ff2
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
  1. 3
      apps/files/tests/js/newfilemenuSpec.js

@ -67,7 +67,8 @@ describe('OCA.Files.NewFileMenu', function() {
});
it('sets default text in field', function() {
expect($input.length).toEqual(1);
// text + submit
expect($input.length).toEqual(2);
expect($input.val()).toEqual('New folder');
});
it('prevents entering invalid file names', function() {

Loading…
Cancel
Save