From a415604610ceddfc74f9d46bfb4eaecdc3a57ad0 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 25 May 2021 14:07:27 +0200 Subject: [PATCH] Remove .only in cypress test --- client/cypress/integration/frontend/snapshots.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));