Fix cypress test
This commit is contained in:
parent
7b42f3c187
commit
484b7a45a6
|
|
@ -3,7 +3,7 @@ import {getModules, getMe} from '../../support/helpers';
|
|||
|
||||
const mocks = {
|
||||
UUID: () => 'Whatever',
|
||||
GenericStreamFieldType: () => [],
|
||||
GenericStreamFieldType: () => '',
|
||||
};
|
||||
|
||||
const operations = {
|
||||
Loading…
Reference in New Issue