Update test
This commit is contained in:
parent
656b2be364
commit
481e601878
|
|
@ -3,13 +3,11 @@ import {getMinimalMe} from '../../../support/helpers';
|
||||||
const getOperations = ({readOnly}) => ({
|
const getOperations = ({readOnly}) => ({
|
||||||
MeQuery: getMinimalMe({readOnly}),
|
MeQuery: getMinimalMe({readOnly}),
|
||||||
NewsTeasers: {
|
NewsTeasers: {
|
||||||
newsTeasers: {
|
newsTeasers: [
|
||||||
edges: [
|
|
||||||
{},
|
{},
|
||||||
{},
|
{},
|
||||||
{},
|
{},
|
||||||
]
|
]
|
||||||
}
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue