[arvados] updated: 2.7.0-5827-ga5e69f0f5f
git repository hosting
git at public.arvados.org
Fri Jan 12 16:06:11 UTC 2024
Summary of changes:
services/workbench2/cypress/integration/collection.spec.js | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
via a5e69f0f5f46b62f9acd77ceaf083929ff868d64 (commit)
from 61f5c58ab3152947752f83e9af324cd3f0cc8f25 (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 a5e69f0f5f46b62f9acd77ceaf083929ff868d64
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Fri Jan 12 11:05:54 2024 -0500
21317: set viewport width in collection 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 2e409e58c9..480472f765 100644
--- a/services/workbench2/cypress/integration/collection.spec.js
+++ b/services/workbench2/cypress/integration/collection.spec.js
@@ -4,7 +4,7 @@
const path = require("path");
-describe("Collection panel tests", function () {
+describe.only("Collection panel tests", function () {
let activeUser;
let adminUser;
let downloadsFolder;
@@ -49,6 +49,7 @@ describe("Collection panel tests", function () {
];
cy.loginAs(activeUser);
+ cy.viewport(1450, 850)
const name = `Test collection ${Math.floor(Math.random() * 999999)}`;
cy.get("[data-cy=side-panel-button]").click({force: true});
cy.get("[data-cy=side-panel-new-collection]").click();
@@ -63,8 +64,6 @@ describe("Collection panel tests", function () {
cy.get("[data-cy=side-panel-tree]").contains("Home Projects").click();
cy.waitForDom()
cy.get('[data-cy=data-table-row]').contains(name).should('exist').parent().parent().parent().parent().click()
- const buttons = cy.get('[data-cy=multiselect-button]')
- console.log(buttons)
cy.get('[data-cy=multiselect-button]').should('have.length', msButtonTooltips.length + 1)
for (let i = 0; i < msButtonTooltips.length; i++) {
cy.get('[data-cy=multiselect-button]').eq(i).trigger('mouseover');
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list