X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3cd7b7d270c0dc66df2ada32cf17d37efecc3feb..00f1d0aecf676f50a27ed25dff974cfda23160c1:/cypress/integration/collection.spec.js diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js index a2841eb827..69e484173f 100644 --- a/cypress/integration/collection.spec.js +++ b/cypress/integration/collection.spec.js @@ -815,7 +815,7 @@ describe('Collection panel tests', function () { cy.get('[data-cy=collection-version-browser-select-1]') .should('contain', '1') .and('contain', '6 B') - .and('contain', adminUser.user.uuid); + .and('contain', adminUser.user.full_name); // Version 2: 3 bytes in size (one file removed) cy.get('[data-cy=collection-version-browser-select-2]') .should('contain', '2')