[arvados-workbench2] created: 2.5.0-9-g81f173ec

git repository hosting git at public.arvados.org
Thu Jan 19 16:04:59 UTC 2023


        at  81f173ecca4de9d012ad9219557c39a240ad8d2f (commit)


commit 81f173ecca4de9d012ad9219557c39a240ad8d2f
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Thu Jan 19 13:03:59 2023 -0300

    Removes the ".only()" call to one Cypress test. Refs #18834
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/src/services/collection-service/collection-service.test.ts b/src/services/collection-service/collection-service.test.ts
index 817fdd54..4be17213 100644
--- a/src/services/collection-service/collection-service.test.ts
+++ b/src/services/collection-service/collection-service.test.ts
@@ -109,7 +109,7 @@ describe('collection-service', () => {
             expect(webdavClient.upload.mock.calls[0][0]).toEqual("c=zzzzz-4zz18-0123456789abcde/test-file1");
         });
 
-        it.only('should upload files with custom uplaod target', async () => {
+        it('should upload files with custom uplaod target', async () => {
             // given
             const files: File[] = [{name: 'test-file1'} as File];
             const collectionUUID = 'zzzzz-4zz18-0123456789abcde';
@@ -165,4 +165,4 @@ describe('collection-service', () => {
             expect(webdavClient.delete).toHaveBeenCalledWith("c=zzzzz-tpzed-5o5tg0l9a57gxxx/root/1");
         });
     });
-});
\ No newline at end of file
+});

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list