[arvados] updated: 2.7.0-5828-g92ab7e79c8

git repository hosting git at public.arvados.org
Fri Jan 12 17:03:56 UTC 2024


Summary of changes:
 services/workbench2/cypress/integration/collection.spec.js | 7 +++----
 services/workbench2/cypress/integration/process.spec.js    | 2 +-
 services/workbench2/cypress/integration/project.spec.js    | 2 +-
 services/workbench2/cypress/integration/workflow.spec.js   | 2 +-
 4 files changed, 6 insertions(+), 7 deletions(-)

       via  92ab7e79c8e3663200ec8e3c8fc8a2cb4afe180d (commit)
      from  a5e69f0f5f46b62f9acd77ceaf083929ff868d64 (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 92ab7e79c8e3663200ec8e3c8fc8a2cb4afe180d
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Fri Jan 12 12:03:49 2024 -0500

    21317: reset all specs 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 480472f765..54c570f7c4 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.only("Collection panel tests", function () {
+describe("Collection panel tests", function () {
     let activeUser;
     let adminUser;
     let downloadsFolder;
@@ -32,7 +32,7 @@ describe.only("Collection panel tests", function () {
         cy.clearLocalStorage();
     });
 
-    it.only('shows the appropriate buttons in the toolbar', () => {
+    it('shows the appropriate buttons in the toolbar', () => {
 
         const msButtonTooltips = [
             'API Details',
@@ -49,7 +49,6 @@ describe.only("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();
@@ -64,7 +63,7 @@ describe.only("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()
-            cy.get('[data-cy=multiselect-button]').should('have.length', msButtonTooltips.length + 1)
+            cy.get('[data-cy=multiselect-button]').should('have.length', msButtonTooltips.length)
             for (let i = 0; i < msButtonTooltips.length; i++) {
                 cy.get('[data-cy=multiselect-button]').eq(i).trigger('mouseover');
                 cy.get('body').contains(msButtonTooltips[i]).should('exist')
diff --git a/services/workbench2/cypress/integration/process.spec.js b/services/workbench2/cypress/integration/process.spec.js
index 664d0420f5..9ea026b990 100644
--- a/services/workbench2/cypress/integration/process.spec.js
+++ b/services/workbench2/cypress/integration/process.spec.js
@@ -123,7 +123,7 @@ describe("Process tests", function () {
                 cy.get("[data-cy=side-panel-tree]").contains("Home Projects").click();
                 cy.waitForDom()
                 cy.get('[data-cy=data-table-row]').contains(containerRequest.name).should('exist').parent().parent().parent().parent().click()
-                cy.get('[data-cy=multiselect-button]').should('have.length', msButtonTooltips.length + 1)
+                cy.get('[data-cy=multiselect-button]').should('have.length', msButtonTooltips.length)
                 for (let i = 0; i < msButtonTooltips.length; i++) {
                     cy.get('[data-cy=multiselect-button]').eq(i).trigger('mouseover');
                     cy.get('body').contains(msButtonTooltips[i]).should('exist')
diff --git a/services/workbench2/cypress/integration/project.spec.js b/services/workbench2/cypress/integration/project.spec.js
index 8a95ea0d9f..e6185c108e 100644
--- a/services/workbench2/cypress/integration/project.spec.js
+++ b/services/workbench2/cypress/integration/project.spec.js
@@ -213,7 +213,7 @@ describe("Project tests", function () {
         cy.go('back')
 
         cy.get('[data-cy=data-table-row]').contains(projName).should('exist').parent().parent().parent().click()
-        cy.get('[data-cy=multiselect-button]').should('have.length', msButtonTooltips.length +1)
+        cy.get('[data-cy=multiselect-button]').should('have.length', msButtonTooltips.length)
         for (let i = 0; i < msButtonTooltips.length; i++) {
             cy.get('[data-cy=multiselect-button]').eq(i).trigger('mouseover');
             cy.get('body').contains(msButtonTooltips[i]).should('exist')
diff --git a/services/workbench2/cypress/integration/workflow.spec.js b/services/workbench2/cypress/integration/workflow.spec.js
index 3a2bf9de6b..844e87d8de 100644
--- a/services/workbench2/cypress/integration/workflow.spec.js
+++ b/services/workbench2/cypress/integration/workflow.spec.js
@@ -283,7 +283,7 @@ describe('Registered workflow panel tests', function() {
                 cy.get("[data-cy=side-panel-tree]").contains("Home Projects").click();
                 cy.waitForDom()
                 cy.get('[data-cy=data-table-row]').contains(workflowResource.name).should('exist').parent().parent().parent().click()
-                cy.get('[data-cy=multiselect-button]').should('have.length', msButtonTooltips.length + 1)
+                cy.get('[data-cy=multiselect-button]').should('have.length', msButtonTooltips.length)
                 for (let i = 0; i < msButtonTooltips.length; i++) {
                         cy.get('[data-cy=multiselect-button]').eq(i).trigger('mouseover');
                         cy.get('body').contains(msButtonTooltips[i]).should('exist')

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list