update render dashboard default unit t est

This commit is contained in:
John Mitchell 2020-10-21 12:52:38 -04:00
parent 52deb7fd86
commit 2c0de9ce3d

View File

@ -29,8 +29,8 @@ describe('<Dashboard />', () => {
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 () => {