From f222a6aa3b2dc4b214a6d7dd6c20ad499fc18db1 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Sat, 14 Mar 2020 11:45:21 +0100 Subject: [PATCH] Clean up test code --- client/cypress/integration/school-class.spec.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/cypress/integration/school-class.spec.js b/client/cypress/integration/school-class.spec.js index 6a036581..6777ed3e 100644 --- a/client/cypress/integration/school-class.spec.js +++ b/client/cypress/integration/school-class.spec.js @@ -130,7 +130,6 @@ describe('Class Management', () => { }, }; - debugger; cy.mockGraphqlOps({ operations: { MeQuery: me, @@ -144,7 +143,7 @@ describe('Class Management', () => { }); - it.only('changes class name', () => { + it('changes class name', () => { cy.visit('/me/my-class'); let className = 'Gotta have class';