[ARVADOS-WORKBENCH2] updated: 2.1.0-291-geaf76a93

Git user git at public.arvados.org
Tue Apr 20 18:34:09 UTC 2021


Summary of changes:
 cypress/integration/collection.spec.js | 2 +-
 package.json                           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

       via  eaf76a93400029d3d788264b829bf878aad1f661 (commit)
      from  927b67520cb7fafada0fdbb756ae9639a4ac79d8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit eaf76a93400029d3d788264b829bf878aad1f661
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date:   Tue Apr 20 20:33:43 2021 +0200

    17415: Cypress upgrade
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>

diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js
index 3813d02e..ea5076e1 100644
--- a/cypress/integration/collection.spec.js
+++ b/cypress/integration/collection.spec.js
@@ -46,7 +46,7 @@ describe('Collection panel tests', function () {
             cy.get('[data-cy=context-menu]').contains('Open as network folder or S3 bucket').click();
             cy.get('[data-cy=download-button').click();
 
-            const filename = path.resolve(path.join(downloadsFolder, `${testCollection.name}.duck`));
+            const filename = path.join(downloadsFolder, `${testCollection.name}.duck`);
 
             cy.readFile(filename, { timeout: 15000 })
                 .then((body) => {
diff --git a/package.json b/package.json
index bee46703..73522447 100644
--- a/package.json
+++ b/package.json
@@ -101,7 +101,7 @@
     "@types/sinon": "7.5",
     "@types/uuid": "3.4.4",
     "axios-mock-adapter": "1.17.0",
-    "cypress": "6.2.1",
+    "cypress": "6.3.0",
     "enzyme": "3.6.0",
     "enzyme-adapter-react-16": "1.5.0",
     "jest-localstorage-mock": "2.2.0",

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list