[arvados-workbench2] updated: 2.6.3-62-gaded6338
git repository hosting
git at public.arvados.org
Fri Aug 18 19:52:44 UTC 2023
Summary of changes:
cypress/integration/search.spec.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via aded6338e4e15985c4d3ca0d6986d9d0a5932fbb (commit)
from 434d1d7dc7dc941fa0cc992081ea28c1118479ee (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 aded6338e4e15985c4d3ca0d6986d9d0a5932fbb
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Fri Aug 18 16:52:24 2023 -0300
19991: Trying s/localhost/127.0.0.1/
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/cypress/integration/search.spec.js b/cypress/integration/search.spec.js
index 17cc96ab..cbf83e9e 100644
--- a/cypress/integration/search.spec.js
+++ b/cypress/integration/search.spec.js
@@ -166,7 +166,7 @@ describe('Search tests', function() {
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["*"],
@@ -245,7 +245,7 @@ describe('Search tests', function() {
}).then(function(testCollection) {
cy.loginAs(activeUser);
cy.reload(true)
- cy.wait('@homeClusterConfigRequest');
+ // cy.wait('@homeClusterConfigRequest', {});
// Intercept search results to add federated result
cy.intercept({method: 'GET', url: '**/arvados/v1/groups/contents?*'}, (req) => {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list