[arvados-workbench2] updated: 2.6.3-61-gda02290f

git repository hosting git at public.arvados.org
Fri Aug 18 18:39:23 UTC 2023


Summary of changes:
 cypress/integration/search.spec.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

       via  da02290fe314e60d70d7936d86ddf3c81c62a1b8 (commit)
      from  adcf16e223ccf3e960495b16ee86cdaf932f5c0b (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 da02290fe314e60d70d7936d86ddf3c81c62a1b8
Author: Stephen Smith <stephen at curii.com>
Date:   Fri Aug 18 14:39:14 2023 -0400

    add debug logs and force reload
    
    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 d8116f95..c707ce7d 100644
--- a/cypress/integration/search.spec.js
+++ b/cypress/integration/search.spec.js
@@ -167,6 +167,7 @@ describe('Search tests', function() {
 
         // Intercept config to insert remote cluster
         cy.intercept({method: 'GET', hostname: 'localhost', url: '**/arvados/v1/config?nocache=*'}, (req) => {
+            Cypress.log({ displayName: 'Log message', message: "Intercepted home cluster config" });
             req.reply((res) => {
                 res.body.RemoteClusters = {
                     "*": res.body.RemoteClusters["*"],
@@ -244,10 +245,11 @@ describe('Search tests', function() {
             manifest_text: ". 37b51d194a7513e45b56f6524f2d51f2+3 0:3:bar\n"
         }).then(function(testCollection) {
             cy.loginAs(activeUser);
-            cy.wait('@homeClusterConfigRequest');
+            cy.reload();
 
             // Intercept search results to add federated result
             cy.intercept({method: 'GET', url: '**/arvados/v1/groups/contents?*'}, (req) => {
+                Cypress.log({ displayName: 'Log message', message: "Intercepted search results" });
                 req.reply((res) => {
                     res.body.items = [
                         res.body.items[0],

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list