21386: fixed not found test Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii...
[arvados.git] / services / workbench2 / cypress / integration / page-not-found.spec.js
index 6eab27c827dc3b1d0ffbc6b4cd22ce0f79e9b6fb..209dcdfac261160452b8158630478a885809a563 100644 (file)
@@ -45,7 +45,7 @@ describe('Page not found tests', function() {
             cy.goToPath(path);
 
             // then
-            cy.get('[data-cy=not-found-view]').should('exist');
+            cy.get('[data-cy=data-table-default-view]').should('exist');
         });
     });
 })