[arvados-workbench2] created: 2.6.3-56-gacaf1716

git repository hosting git at public.arvados.org
Fri Aug 18 17:26:37 UTC 2023


        at  acaf1716b52fa7c2daeecbe2e545e81d64c6413f (commit)


commit acaf1716b52fa7c2daeecbe2e545e81d64c6413f
Author: Stephen Smith <stephen at curii.com>
Date:   Fri Aug 18 13:26:07 2023 -0400

    testing
    
    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 f0107e1a..dd3b4285 100644
--- a/cypress/integration/search.spec.js
+++ b/cypress/integration/search.spec.js
@@ -300,7 +300,7 @@ describe('Search tests', function() {
             cy.get('[data-cy=search-results]').contains(federatedColName).rightclick();
             cy.get('[data-cy=context-menu]').within(() => {
                 cy.contains('Copy to clipboard').click();
-                cy.waitForDom();
+                cy.wait(1000);
                 cy.window().then((win) => (
                     win.navigator.clipboard.readText().then((text) => {
                         expect(text).to.equal(`https://wb2.xxxxx.fakecluster.tld/collections/${federatedColUuid}`);
@@ -311,7 +311,6 @@ 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.waitForDom();
                 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