[arvados] updated: 2.7.0-6209-ga6f2e4ea0b
git repository hosting
git at public.arvados.org
Fri Mar 15 20:33:44 UTC 2024
Summary of changes:
services/workbench2/cypress/e2e/banner-tooltip.cy.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via a6f2e4ea0bf519125271141c154df7e0a245b082 (commit)
from 328867d29fbb26ad09037753a6dd2dcdf134beef (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 a6f2e4ea0bf519125271141c154df7e0a245b082
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Fri Mar 15 16:33:39 2024 -0400
21600: removed only and changed wait to 1 second Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/cypress/e2e/banner-tooltip.cy.js b/services/workbench2/cypress/e2e/banner-tooltip.cy.js
index 285875e87f..ffb8b42129 100644
--- a/services/workbench2/cypress/e2e/banner-tooltip.cy.js
+++ b/services/workbench2/cypress/e2e/banner-tooltip.cy.js
@@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: AGPL-3.0
-describe.only('Banner / tooltip tests', function () {
+describe('Banner / tooltip tests', function () {
let activeUser;
let adminUser;
let collectionUUID;
@@ -73,7 +73,7 @@ describe.only('Banner / tooltip tests', function () {
cy.get('[data-cy=confirmation-dialog-ok-btn]').click();
cy.get('[title=Notifications]').click({ force: true });
- cy.wait(3000);
+ cy.wait(1000);
cy.get('li').contains('Restore Banner').click({ force: true });
cy.get('[data-cy=confirmation-dialog-ok-btn]').should('be.visible');
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list