[arvados] updated: 2.7.0-5829-g3c8510bc1a
git repository hosting
git at public.arvados.org
Fri Jan 12 18:22:03 UTC 2024
Summary of changes:
services/workbench2/cypress/integration/collection.spec.js | 1 +
1 file changed, 1 insertion(+)
via 3c8510bc1a542a9dddde068c0dcd2d7d0323afa3 (commit)
from 92ab7e79c8e3663200ec8e3c8fc8a2cb4afe180d (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 3c8510bc1a542a9dddde068c0dcd2d7d0323afa3
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Fri Jan 12 13:21:58 2024 -0500
21317: set viewport width to 1920 in spec Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/cypress/integration/collection.spec.js b/services/workbench2/cypress/integration/collection.spec.js
index 54c570f7c4..2a5c5343c9 100644
--- a/services/workbench2/cypress/integration/collection.spec.js
+++ b/services/workbench2/cypress/integration/collection.spec.js
@@ -28,6 +28,7 @@ describe("Collection panel tests", function () {
});
beforeEach(function () {
+ cy.viewport(1920, 1080)
cy.clearCookies();
cy.clearLocalStorage();
});
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list