diff --git a/client/cypress/integration/frontend/snapshots.spec.js b/client/cypress/integration/frontend/snapshots.spec.js index eed4c11b..ebacda10 100644 --- a/client/cypress/integration/frontend/snapshots.spec.js +++ b/client/cypress/integration/frontend/snapshots.spec.js @@ -75,7 +75,7 @@ describe('Snapshot', () => { cy.getByDataCy('snapshot-menu').should('not.exist'); }); - it.only('Creates Snapshot', () => { + it('Creates Snapshot', () => { cy.fakeLogin('nico.zickgraf', 'test'); cy.mockGraphqlOps(operations(true));