Remove .only in cypress test

This commit is contained in:
Ramon Wenger 2021-05-25 14:07:27 +02:00
parent f95bbea1ca
commit a415604610
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ describe('Snapshot', () => {
cy.getByDataCy('snapshot-menu').should('not.exist'); cy.getByDataCy('snapshot-menu').should('not.exist');
}); });
it.only('Creates Snapshot', () => { it('Creates Snapshot', () => {
cy.fakeLogin('nico.zickgraf', 'test'); cy.fakeLogin('nico.zickgraf', 'test');
cy.mockGraphqlOps(operations(true)); cy.mockGraphqlOps(operations(true));