[arvados] updated: 2.7.0-6055-gc331f885dd

git repository hosting git at public.arvados.org
Thu Feb 22 20:51:47 UTC 2024


Summary of changes:
 services/workbench2/cypress/integration/page-not-found.spec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  c331f885dd5fcc2d9aea245e9d410e7daccf888d (commit)
      from  f9e39b9d8ae46c3e1200e3eddc0bc68ea6ce0925 (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 c331f885dd5fcc2d9aea245e9d410e7daccf888d
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Thu Feb 22 15:51:39 2024 -0500

    21386: fixed not found test again Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/cypress/integration/page-not-found.spec.js b/services/workbench2/cypress/integration/page-not-found.spec.js
index 209dcdfac2..6eab27c827 100644
--- a/services/workbench2/cypress/integration/page-not-found.spec.js
+++ b/services/workbench2/cypress/integration/page-not-found.spec.js
@@ -45,7 +45,7 @@ describe('Page not found tests', function() {
             cy.goToPath(path);
 
             // then
-            cy.get('[data-cy=data-table-default-view]').should('exist');
+            cy.get('[data-cy=not-found-view]').should('exist');
         });
     });
 })

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list