[arvados-workbench2] updated: 2.6.0-112-ga00b606a

git repository hosting git at public.arvados.org
Thu Sep 21 18:57:41 UTC 2023


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

       via  a00b606ae871e9919fec54b81cedae338b6e4531 (commit)
      from  84ec45edc5fdaa21c7d3e3401c877b90de40a972 (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 a00b606ae871e9919fec54b81cedae338b6e4531
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Thu Sep 21 14:57:37 2023 -0400

    15768: fixed search test spec Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/cypress/integration/search.spec.js b/cypress/integration/search.spec.js
index 0528e4f6..3900b9de 100644
--- a/cypress/integration/search.spec.js
+++ b/cypress/integration/search.spec.js
@@ -306,7 +306,7 @@ describe("Search tests", function () {
                 cy.window().then(win =>
                     win.navigator.clipboard.readText().then(text => {
                         // expect(text).to.equal(`https://wb2.xxxxx.fakecluster.tld/collections/${federatedColUuid}`);
-                        expect(text).to.equal(`${window.location.origin}/collections/${federatedColUuid}`);
+                        expect(text).to.equal(`${window.location.origin}/collections/${testCollection.uuid}`);
                     })
                 );
             });

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list