From beff578eb2ffd4940aa13420301a69f3a2909954 Mon Sep 17 00:00:00 2001 From: Iris Scholten Date: Tue, 20 Mar 2018 13:00:04 -0700 Subject: [PATCH] update tableoptions.test with visible --- ui/test/dashboards/components/TableOptions.test.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/test/dashboards/components/TableOptions.test.tsx b/ui/test/dashboards/components/TableOptions.test.tsx index bf9618f85..40bbdec13 100644 --- a/ui/test/dashboards/components/TableOptions.test.tsx +++ b/ui/test/dashboards/components/TableOptions.test.tsx @@ -78,22 +78,27 @@ describe('Dashboards.Components.TableOptions', () => { { displayName: '', internalName: 'time', + visible: true, }, { displayName: '', internalName: 'dev.boom', + visible: true, }, { displayName: '', internalName: 'dev.again', + visible: true, }, { displayName: '', internalName: 'prod.boom', + visible: true, }, { displayName: '', internalName: 'prod.again', + visible: true, }, ]