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