[ARVADOS-WORKBENCH2] updated: 1.2.0-624-g054033f

Git user git at public.curoverse.com
Thu Oct 11 16:44:27 EDT 2018


Summary of changes:
 src/components/tree/tree.test.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  054033f76f7a1b80e294cb3f51cd60f4dd8c9400 (commit)
      from  533c057d79a87e7e48249d60fa5b45a9b4dd6823 (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 054033f76f7a1b80e294cb3f51cd60f4dd8c9400
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date:   Thu Oct 11 22:44:12 2018 +0200

    Update tree test
    refs #
    
    Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>

diff --git a/src/components/tree/tree.test.tsx b/src/components/tree/tree.test.tsx
index 8c38002..a153ec0 100644
--- a/src/components/tree/tree.test.tsx
+++ b/src/components/tree/tree.test.tsx
@@ -84,9 +84,9 @@ describe("Tree component", () => {
             toggleItemOpen={jest.fn()}
             toggleItemActive={jest.fn()}
             onContextMenu={jest.fn()}
-            onSelectionChange={onSelectionChanged}
+            toggleItemSelection={onSelectionChanged}
             items={[project]} />);
-        wrapper.find(Checkbox).prop('onClick')();
+        wrapper.find(Checkbox).simulate('click');
         expect(spy).toHaveBeenLastCalledWith({
             data: mockProjectResource(),
             id: "3",

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list