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';