mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
update render dashboard default unit t est
This commit is contained in:
parent
52deb7fd86
commit
2c0de9ce3d
@ -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 () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user