[arvados-workbench2] updated: 2.6.0-125-g04af9f8d

git repository hosting git at public.arvados.org
Wed Oct 4 17:42:30 UTC 2023


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

       via  04af9f8d5ec001805f4e8f4e208ee8bf7be5f8fa (commit)
      from  514a342ebb895c8a2a0e41649e9b375f5eb8b74a (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 04af9f8d5ec001805f4e8f4e208ee8bf7be5f8fa
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Wed Oct 4 13:42:27 2023 -0400

    15768: restored search spec to original 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 903caf67..bfcca0c6 100644
--- a/cypress/integration/search.spec.js
+++ b/cypress/integration/search.spec.js
@@ -305,8 +305,7 @@ describe("Search tests", function () {
                 cy.contains("Copy to clipboard").click();
                 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/${testCollection.uuid}`);
+                        expect(text).to.equal(`https://wb2.xxxxx.fakecluster.tld/collections/${federatedColUuid}`);
                     })
                 );
             });
@@ -314,8 +313,7 @@ describe("Search tests", function () {
             cy.get("[data-cy=search-results]").contains(federatedColName).rightclick();
             cy.get("[data-cy=context-menu]").within(() => {
                 cy.contains("Open in new tab").click();
-                // cy.get("@Open").should("have.been.calledWith", `https://wb2.xxxxx.fakecluster.tld/collections/${federatedColUuid}`);
-                cy.get("@Open").should("have.been.calledWith", `${window.location.origin}/collections/${testCollection.uuid}`);
+                cy.get("@Open").should("have.been.calledWith", `https://wb2.xxxxx.fakecluster.tld/collections/${federatedColUuid}`);
             });
         });
     });

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list