mirror of https://github.com/apache/cloudstack.git
Fix UI unit tests (#7856)
This commit is contained in:
parent
d22a3d517d
commit
0204377032
|
|
@ -739,12 +739,14 @@ describe('Views > AutogenView.vue', () => {
|
|||
expect(wrapper.vm.items).toEqual([{
|
||||
id: 'test-id',
|
||||
name: 'test-name-value',
|
||||
key: 0
|
||||
key: 0,
|
||||
column1: 'test-name-value'
|
||||
}])
|
||||
expect(wrapper.vm.resource).toEqual({
|
||||
id: 'test-id',
|
||||
name: 'test-name-value',
|
||||
key: 0
|
||||
key: 0,
|
||||
column1: 'test-name-value'
|
||||
})
|
||||
done()
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue