[ARVADOS-WORKBENCH2] updated: 1.1.4-371-g464d663
Git user
git at public.curoverse.com
Tue Jul 24 04:49:21 EDT 2018
Summary of changes:
src/components/context-menu/context-menu.test.tsx | 1 +
1 file changed, 1 insertion(+)
via 464d663738d61871a3a0a88be18e8f79e99bb5f3 (commit)
from 3d8cd860cc352f12a44593382cd36bd24c9c3a44 (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 464d663738d61871a3a0a88be18e8f79e99bb5f3
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date: Tue Jul 24 10:49:06 2018 +0200
Update context-menu tests
Feature #13784
Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
diff --git a/src/components/context-menu/context-menu.test.tsx b/src/components/context-menu/context-menu.test.tsx
index a245253..5ced213 100644
--- a/src/components/context-menu/context-menu.test.tsx
+++ b/src/components/context-menu/context-menu.test.tsx
@@ -27,6 +27,7 @@ describe("<ContextMenu />", () => {
const onItemClick = jest.fn();
const contextMenu = mount(<ContextMenu
anchorEl={document.createElement("div")}
+ open={true}
onClose={jest.fn()}
onItemClick={onItemClick}
items={items} />);
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list