mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 15:36:04 -03:30
update render dashboard default unit t est
This commit is contained in:
@@ -29,8 +29,8 @@ describe('<Dashboard />', () => {
|
|||||||
expect(pageWrapper.length).toBe(1);
|
expect(pageWrapper.length).toBe(1);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('renders jobs list by default', () => {
|
test('renders dashboard graph by default', () => {
|
||||||
expect(pageWrapper.find('JobList').length).toBe(1);
|
expect(pageWrapper.find('LineChart').length).toBe(1);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('renders template list when the active tab is changed', async () => {
|
test('renders template list when the active tab is changed', async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user