[arvados-workbench2] updated: 2.6.3-56-g655f8715
git repository hosting
git at public.arvados.org
Fri Aug 18 20:27:50 UTC 2023
Summary of changes:
cypress/integration/search.spec.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
via 655f8715571191c6b189e6d92aebc5e91d3547fe (commit)
from 408317d750873713eeac665f15da48389f7dc4bc (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 655f8715571191c6b189e6d92aebc5e91d3547fe
Author: Stephen Smith <stephen at curii.com>
Date: Fri Aug 18 16:27:17 2023 -0400
19991: Switch search spec federated test cy.intercept to use 127.0.0.1 instead of localhost.
Also change collection names to make collisions impossible
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/cypress/integration/search.spec.js b/cypress/integration/search.spec.js
index f0107e1a..085298dc 100644
--- a/cypress/integration/search.spec.js
+++ b/cypress/integration/search.spec.js
@@ -161,12 +161,12 @@ describe('Search tests', function() {
});
it('shows search context menu', function() {
- const colName = `Collection ${Math.floor(Math.random() * Math.floor(999999))}`;
- const federatedColName = `Collection ${Math.floor(Math.random() * Math.floor(999999))}`;
+ const colName = `Home Collection ${Math.floor(Math.random() * Math.floor(999999))}`;
+ const federatedColName = `Federated Collection ${Math.floor(Math.random() * Math.floor(999999))}`;
const federatedColUuid = "xxxxx-4zz18-000000000000000";
// Intercept config to insert remote cluster
- cy.intercept({method: 'GET', hostname: 'localhost', url: '**/arvados/v1/config?nocache=*'}, (req) => {
+ cy.intercept({method: 'GET', hostname: '127.0.0.1', url: '**/arvados/v1/config?nocache=*'}, (req) => {
req.reply((res) => {
res.body.RemoteClusters = {
"*": res.body.RemoteClusters["*"],
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list