[arvados] updated: 2.7.0-5314-gb34c4b9234

git repository hosting git at public.arvados.org
Tue Nov 7 18:49:00 UTC 2023


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

       via  b34c4b9234777d68b675aebf77680b8dd8708a6d (commit)
      from  4ad6191d53207a8b2d4c0c8a30b18119daaa5fbc (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 b34c4b9234777d68b675aebf77680b8dd8708a6d
Author: Tom Clegg <tom at curii.com>
Date:   Tue Nov 7 13:48:42 2023 -0500

    18874: Fix errant it.only().
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/services/workbench2/cypress/integration/project.spec.js b/services/workbench2/cypress/integration/project.spec.js
index a8663d8622..e61138219d 100644
--- a/services/workbench2/cypress/integration/project.spec.js
+++ b/services/workbench2/cypress/integration/project.spec.js
@@ -564,7 +564,7 @@ describe("Project tests", function () {
         );
     });
 
-    it.only("sorts displayed items correctly", () => {
+    it("sorts displayed items correctly", () => {
         cy.loginAs(activeUser);
 
         cy.get('[data-cy=project-panel] button[title="Select columns"]').click();

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list