diff options
author | Hasso Tepper <hasso@zone.ee> | 2015-08-17 15:31:44 +0300 |
---|---|---|
committer | Hasso Tepper <hasso@zone.ee> | 2015-08-17 15:31:44 +0300 |
commit | 97bc73ad49ac28030e76fbd817daaf71769d9b58 (patch) | |
tree | 21e96953690e6be91359091ef3f20c66c106f6ef /apps/files/tests | |
parent | 72799ffba295759dd4105c9fb038263ed05c3ab8 (diff) | |
download | nextcloud-server-97bc73ad49ac28030e76fbd817daaf71769d9b58.tar.gz nextcloud-server-97bc73ad49ac28030e76fbd817daaf71769d9b58.zip |
Update unit test to reflect the string change
Diffstat (limited to 'apps/files/tests')
-rw-r--r-- | apps/files/tests/js/filelistSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/tests/js/filelistSpec.js b/apps/files/tests/js/filelistSpec.js index 38073389382..7ed60084fa9 100644 --- a/apps/files/tests/js/filelistSpec.js +++ b/apps/files/tests/js/filelistSpec.js @@ -1606,7 +1606,7 @@ describe('OCA.Files.FileList tests', function() { fileList.findFileEl('One.txt').find('input:checkbox').click(); fileList.findFileEl('Three.pdf').find('input:checkbox').click(); fileList.findFileEl('somedir').find('input:checkbox').click(); - expect($summary.text()).toEqual('1 folder & 2 files'); + expect($summary.text()).toEqual('1 folder and 2 files'); }); it('Unselecting files hides selection summary', function() { var $summary = $('#headerName a.name>span:first'); |