[ARVADOS-WORKBENCH2] updated: 2.1.0-99-g0ccb88b9

Git user git at public.arvados.org
Thu Nov 19 16:13:34 UTC 2020


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

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

    13494: Fixes another integration test check.
    
    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 05c345c9..60292aa5 100644
--- a/cypress/integration/search.spec.js
+++ b/cypress/integration/search.spec.js
@@ -73,11 +73,11 @@ describe('Search tests', function() {
             // Search for only collection's current version
             cy.visit(`/search-results?q=${encodeURIComponent(searchQuery)}`);
             cy.get('[data-cy=search-results]').should('contain', 'head version');
-            cy.get('[data-cy=search-results]').should('not.contain', 'old version');
+            cy.get('[data-cy=search-results]').should('not.contain', 'version 1');
             // ...and then, include old versions.
             cy.visit(`/search-results?q=${encodeURIComponent(searchQuery + ' is:pastVersion')}`);
             cy.get('[data-cy=search-results]').should('contain', 'head version');
-            cy.get('[data-cy=search-results]').should('contain', 'old version');
+            cy.get('[data-cy=search-results]').should('contain', 'version 1');
         });
     });
 });
\ No newline at end of file

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list