18594: Code and test cleanup
[arvados-workbench2.git] / cypress / integration / project.spec.js
index 96e73bc127d197e81aab1d496ae342a59fe30647..ecac38614a1ca015ddf23a0e3b7fd0868d39dd2d 100644 (file)
@@ -257,7 +257,7 @@ describe('Project tests', function() {
 
                     cy.get('td').contains(uuid).should('exist');
 
-                    cy.get('td').contains('Active User').should('exist');
+                    cy.get('td').contains(activeUser.user.uuid).should('exist');
                 });
         });
     });