Add failing frontend test
This commit is contained in:
parent
e1e3b62807
commit
7c86338191
|
|
@ -48,4 +48,12 @@ describe('Snapshot', () => {
|
||||||
cy.getByDataCy('module-title').should('be.visible');
|
cy.getByDataCy('module-title').should('be.visible');
|
||||||
cy.getByDataCy('snapshot-menu').should('not.exist');
|
cy.getByDataCy('snapshot-menu').should('not.exist');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it('Applies Snapshot', () => {
|
||||||
|
cy.fakeLogin('nico.zickgraf', 'test');
|
||||||
|
|
||||||
|
cy.mockGraphqlOps(operations(true));
|
||||||
|
cy.visit('module/miteinander-reden/snapshots');
|
||||||
|
cy.get('Not Implemented');
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue