mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-31 14:30:43 +00:00
Fix tests
This commit is contained in:
parent
8ec03968df
commit
6b28370111
@ -79,6 +79,7 @@ describe('LinkCreatedComponent', () => {
|
|||||||
portNameFormat: 'samplePortNameFormat',
|
portNameFormat: 'samplePortNameFormat',
|
||||||
portSegmentSize: 0,
|
portSegmentSize: 0,
|
||||||
ports: [],
|
ports: [],
|
||||||
|
properties: undefined,
|
||||||
projectId: 'sampleProjectId',
|
projectId: 'sampleProjectId',
|
||||||
status: 'sampleStatus',
|
status: 'sampleStatus',
|
||||||
symbol: 'sampleSymbol',
|
symbol: 'sampleSymbol',
|
||||||
|
@ -59,6 +59,7 @@ describe('NodeDraggedComponent', () => {
|
|||||||
portNameFormat: 'samplePortNameFormat',
|
portNameFormat: 'samplePortNameFormat',
|
||||||
portSegmentSize: 0,
|
portSegmentSize: 0,
|
||||||
ports: [],
|
ports: [],
|
||||||
|
properties: undefined,
|
||||||
projectId: 'sampleProjectId',
|
projectId: 'sampleProjectId',
|
||||||
status: 'sampleStatus',
|
status: 'sampleStatus',
|
||||||
symbol: 'sampleSymbol',
|
symbol: 'sampleSymbol',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user