[arvados-workbench2] updated: 2.6.0-126-gff8bab30

git repository hosting git at public.arvados.org
Wed Oct 4 20:07:55 UTC 2023


Summary of changes:
 cypress/integration/project.spec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  ff8bab30fa2c0dabc4ef54d538b6979adf813beb (commit)
      from  04af9f8d5ec001805f4e8f4e208ee8bf7be5f8fa (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 ff8bab30fa2c0dabc4ef54d538b6979adf813beb
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Wed Oct 4 16:07:51 2023 -0400

    15768: adjusted project spec Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/cypress/integration/project.spec.js b/cypress/integration/project.spec.js
index 71721fd2..f0de6f86 100644
--- a/cypress/integration/project.spec.js
+++ b/cypress/integration/project.spec.js
@@ -139,7 +139,7 @@ describe("Project tests", function () {
 
         const editProjectDescription = (name, type) => {
             cy.get("[data-cy=side-panel-tree]").contains("Home Projects").click();
-            cy.get("[data-cy=project-panel] tbody tr").contains(name).rightclick();
+            cy.get("[data-cy=project-panel] tbody tr").contains(name).rightclick({ force: true });
             cy.get("[data-cy=context-menu]").contains("Edit").click();
             cy.get("[data-cy=form-dialog]").within(() => {
                 cy.get("div[contenteditable=true]").click().type(type);

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list