[ARVADOS-WORKBENCH2] updated: 2.1.0-98-g98f76da8

Git user git at public.arvados.org
Thu Nov 19 13:50:18 UTC 2020


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

       via  98f76da8dcb959f618f7607ea1c1f5c8a6b09523 (commit)
      from  7b8e48c2f9130d799a42c81440bc8b4e04224d4e (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 98f76da8dcb959f618f7607ea1c1f5c8a6b09523
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Thu Nov 19 10:48:49 2020 -0300

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

diff --git a/cypress/integration/search.spec.js b/cypress/integration/search.spec.js
index 0fba64cd..05c345c9 100644
--- a/cypress/integration/search.spec.js
+++ b/cypress/integration/search.spec.js
@@ -72,11 +72,11 @@ describe('Search tests', function() {
             const searchQuery = `${colName} type:arvados#collection`;
             // Search for only collection's current version
             cy.visit(`/search-results?q=${encodeURIComponent(searchQuery)}`);
-            cy.get('[data-cy=search-results]').should('contain', 'current');
+            cy.get('[data-cy=search-results]').should('contain', 'head version');
             cy.get('[data-cy=search-results]').should('not.contain', 'old version');
             // ...and then, include old versions.
             cy.visit(`/search-results?q=${encodeURIComponent(searchQuery + ' is:pastVersion')}`);
-            cy.get('[data-cy=search-results]').should('contain', 'current');
+            cy.get('[data-cy=search-results]').should('contain', 'head version');
             cy.get('[data-cy=search-results]').should('contain', 'old version');
         });
     });

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list