[ARVADOS-WORKBENCH2] updated: 2.1.0-42-gdf575b1d

Git user git at public.arvados.org
Thu Nov 5 21:46:03 UTC 2020


Summary of changes:
 cypress/integration/login.spec.js | 1 +
 1 file changed, 1 insertion(+)

       via  df575b1d4e26282571b25c1b362501cae62168ff (commit)
      from  3726a0a6797342beab45835c75c9840e64cf12ea (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 df575b1d4e26282571b25c1b362501cae62168ff
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Thu Nov 5 18:45:00 2020 -0300

    16719: Fixes random test failures.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>

diff --git a/cypress/integration/login.spec.js b/cypress/integration/login.spec.js
index d88c7a6c..8f976655 100644
--- a/cypress/integration/login.spec.js
+++ b/cypress/integration/login.spec.js
@@ -84,6 +84,7 @@ describe('Login tests', function() {
         cy.url().should('contain', '/projects/');
         cy.get('div#root').should('contain', 'Arvados Workbench (zzzzz)');
         cy.get('div#root').should('not.contain', 'Your account is inactive');
+        cy.get('[data-cy=breadcrumb-first]');
         // Invalidate own token.
         const tokenUuid = activeUser.token.split('/')[1];
         cy.doRequest('PUT', `/arvados/v1/api_client_authorizations/${tokenUuid}`, {

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list