[arvados-workbench2] updated: 2.6.3-59-gfcf2d26b
git repository hosting
git at public.arvados.org
Fri Aug 18 18:08:09 UTC 2023
Summary of changes:
cypress/integration/search.spec.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via fcf2d26b2bef80fda2b262ab3a67dad81f605b25 (commit)
from 0c1bb0ad3b1349d607fe6595f6f0c503b37b963b (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 fcf2d26b2bef80fda2b262ab3a67dad81f605b25
Author: Stephen Smith <stephen at curii.com>
Date: Fri Aug 18 14:07:56 2023 -0400
cy.wait on home cluster config
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 66beee9d..d8116f95 100644
--- a/cypress/integration/search.spec.js
+++ b/cypress/integration/search.spec.js
@@ -179,7 +179,7 @@ describe('Search tests', function() {
}
};
});
- });
+ }).as('homeClusterConfigRequest');
// Fake remote cluster config
cy.intercept(
@@ -244,6 +244,7 @@ describe('Search tests', function() {
manifest_text: ". 37b51d194a7513e45b56f6524f2d51f2+3 0:3:bar\n"
}).then(function(testCollection) {
cy.loginAs(activeUser);
+ 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