[ARVADOS-WORKBENCH2] updated: 2.1.0-322-g55c5457e
Git user
git at public.arvados.org
Mon Apr 26 06:59:53 UTC 2021
Summary of changes:
cypress/integration/collection.spec.js | 2 +-
src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
via 55c5457ebca7455a0299ddc33b3d1622518767f0 (commit)
from dfbcef0fea3fbab84fada28bb901a95b48f5545a (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 55c5457ebca7455a0299ddc33b3d1622518767f0
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Mon Apr 26 08:59:07 2021 +0200
17415: Removed console.log, used goToPath
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 f3de8cd4..5bad87b3 100644
--- a/cypress/integration/collection.spec.js
+++ b/cypress/integration/collection.spec.js
@@ -40,7 +40,7 @@ describe('Collection panel tests', function () {
})
.as('testCollection').then(function (testCollection) {
cy.loginAs(activeUser);
- cy.doSearch(`${testCollection.uuid}`);
+ cy.goToPath(`/collections/${testCollection.uuid}`);
cy.get('[data-cy=collection-panel-options-btn]').click();
cy.get('[data-cy=context-menu]').contains('Open as network folder or S3 bucket').click();
diff --git a/src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx b/src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx
index d2d27c09..8cd1faf3 100644
--- a/src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx
+++ b/src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx
@@ -45,7 +45,6 @@ function TabPanel(props: TabPanelData) {
}
const isValidIpAddress = (ipAddress: string): Boolean => {
- console.log(ipAddress);
if (/^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/.test(ipAddress)) {
return true;
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list