15768: adjusted project spec Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox...
authorLisa Knox <lisaknox83@gmail.com>
Wed, 4 Oct 2023 20:07:51 +0000 (16:07 -0400)
committerLisa Knox <lisaknox83@gmail.com>
Wed, 4 Oct 2023 20:07:51 +0000 (16:07 -0400)
cypress/integration/project.spec.js

index 71721fd2e47be7ae61a7f787b8204b68f05c7e13..f0de6f862221b5cee6bd7963fe9d00c2fc2dc1cb 100644 (file)
@@ -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);