[arvados-workbench2] updated: 2.5.0-37-gb8992f7b
git repository hosting
git at public.arvados.org
Thu Feb 16 13:20:59 UTC 2023
Summary of changes:
cypress/integration/banner-tooltip.spec.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
via b8992f7bd95dbbf75d1c1afd55ac323053ee1340 (commit)
from 495d406b0072c237a9d878fdaab352921f7ca877 (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 b8992f7bd95dbbf75d1c1afd55ac323053ee1340
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Thu Feb 16 14:20:24 2023 +0100
19836: Wait before login to get config
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
diff --git a/cypress/integration/banner-tooltip.spec.js b/cypress/integration/banner-tooltip.spec.js
index f331a887..11fee98c 100644
--- a/cypress/integration/banner-tooltip.spec.js
+++ b/cypress/integration/banner-tooltip.spec.js
@@ -68,9 +68,9 @@ describe('Collection panel tests', function () {
});
it('should re-show the banner', () => {
- cy.loginAs(adminUser);
+ cy.wait(8000);
- cy.wait(2000);
+ cy.loginAs(adminUser);
cy.get('[data-cy=confirmation-dialog-ok-btn]').click();
@@ -84,9 +84,9 @@ describe('Collection panel tests', function () {
it('should show tooltips and remove tooltips as localStorage key is present', () => {
- cy.loginAs(adminUser);
+ cy.wait(8000);
- cy.wait(2000);
+ cy.loginAs(adminUser);
cy.get('[data-cy=side-panel-tree]').then(($el) => {
const el = $el.get(0) //native DOM element
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list