[arvados-workbench2] updated: 2.7.0-211-g992d07cd
git repository hosting
git at public.arvados.org
Fri Nov 3 18:52:55 UTC 2023
Summary of changes:
cypress/integration/project.spec.js | 2 +-
src/views-components/side-panel/side-panel-collapsed.tsx | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
via 992d07cd979b34d79fbe3135be089a86b13f0201 (commit)
from 37a104a131a5121b213146fb4ee1b18bc822df90 (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 992d07cd979b34d79fbe3135be089a86b13f0201
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Fri Nov 3 14:52:50 2023 -0400
19302: removed .only in test 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 a8663d86..e6113821 100644
--- a/cypress/integration/project.spec.js
+++ b/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();
diff --git a/src/views-components/side-panel/side-panel-collapsed.tsx b/src/views-components/side-panel/side-panel-collapsed.tsx
index 2fddf82f..338d9b3e 100644
--- a/src/views-components/side-panel/side-panel-collapsed.tsx
+++ b/src/views-components/side-panel/side-panel-collapsed.tsx
@@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: AGPL-3.0
-import React, { ReactElement, useEffect, useState } from 'react'
+import React, { ReactElement } from 'react'
import { connect } from 'react-redux'
import { ProjectsIcon, ProcessIcon, FavoriteIcon, ShareMeIcon, TrashIcon, PublicFavoriteIcon, GroupsIcon } from 'components/icon/icon'
import { List, ListItem, Tooltip } from '@material-ui/core'
@@ -20,7 +20,6 @@ import {
navigateToTrash,
} from 'store/navigation/navigation-action'
import { RouterAction } from 'react-router-redux'
-import { Tree } from 'models/tree'
type CssRules = 'root' | 'unselected' | 'selected'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list