From 2c0de9ce3df7675fdbaf6d8bc1378fa3aecf55c4 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Wed, 21 Oct 2020 12:52:38 -0400 Subject: [PATCH] update render dashboard default unit t est --- awx/ui_next/src/screens/Dashboard/Dashboard.test.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui_next/src/screens/Dashboard/Dashboard.test.jsx b/awx/ui_next/src/screens/Dashboard/Dashboard.test.jsx index 339660e90d..548c72a1e5 100644 --- a/awx/ui_next/src/screens/Dashboard/Dashboard.test.jsx +++ b/awx/ui_next/src/screens/Dashboard/Dashboard.test.jsx @@ -29,8 +29,8 @@ describe('', () => { expect(pageWrapper.length).toBe(1); }); - test('renders jobs list by default', () => { - expect(pageWrapper.find('JobList').length).toBe(1); + test('renders dashboard graph by default', () => { + expect(pageWrapper.find('LineChart').length).toBe(1); }); test('renders template list when the active tab is changed', async () => {