[arvados-workbench2] updated: 2.6.3-38-g4a389adf
git repository hosting
git at public.arvados.org
Mon Aug 14 20:07:58 UTC 2023
Summary of changes:
cypress/integration/collection.spec.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 4a389adfd855075773d7b5419891cfecd3d9b5dc (commit)
from 587195ac34ceebc8ce8be5320658926cd1e5dc44 (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 4a389adfd855075773d7b5419891cfecd3d9b5dc
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon Aug 14 16:07:43 2023 -0400
18946: Fix flaky test
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js
index d5b1b9eb..3dd833d0 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')
@@ -876,7 +876,7 @@ describe('Collection panel tests', function () {
.should('contain', '3').and('contain', '3 B');
// Check context menus on version browser
- cy.get('[data-cy=collection-version-browser-select-3]').rightclick()
+ cy.waitForDom().get('[data-cy=collection-version-browser-select-3]').rightclick()
cy.get('[data-cy=context-menu]')
.should('contain', 'Add to favorites')
.and('contain', 'Make a copy')
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list