[ARVADOS-WORKBENCH2] updated: 1.1.4-138-g744ad03

Git user git at public.curoverse.com
Mon Jun 25 07:20:25 EDT 2018


Summary of changes:
 src/components/data-explorer/data-explorer.test.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  744ad03a10d96b457a8172ce812d000e64fdffe0 (commit)
      from  a292318d2307543333fd5c2ea06610c6b82b0566 (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 744ad03a10d96b457a8172ce812d000e64fdffe0
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date:   Mon Jun 25 13:20:17 2018 +0200

    fixed test
    
    Feature ##13598
    
    Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>

diff --git a/src/components/data-explorer/data-explorer.test.tsx b/src/components/data-explorer/data-explorer.test.tsx
index eff4992..1ce5641 100644
--- a/src/components/data-explorer/data-explorer.test.tsx
+++ b/src/components/data-explorer/data-explorer.test.tsx
@@ -72,7 +72,7 @@ describe("<DataExplorer />", () => {
             onFiltersChange={onFiltersChange}
             onSortToggle={onSortToggle}
             onRowClick={onRowClick} />);
-        expect(dataExplorer.find(DataTable).prop("columns")).toBe(columns);
+        expect(dataExplorer.find(DataTable).prop("columns").slice(0, -1)).toEqual(columns);
         expect(dataExplorer.find(DataTable).prop("items")).toBe(items);
         dataExplorer.find(DataTable).prop("onRowClick")("event", "rowClick");
         dataExplorer.find(DataTable).prop("onFiltersChange")("filtersChange");

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list