Remove obsolete `cy.server` calls

This commit is contained in:
Ramon Wenger 2023-02-21 17:31:50 +01:00
parent eda40bf7b7
commit 95461b1de8
3 changed files with 0 additions and 6 deletions

View File

@ -11,10 +11,6 @@ const redeemCoupon = (coupon) => {
};
describe('Email Verification', () => {
beforeEach(() => {
cy.server();
});
it('forwards to homepage if confirmation key is correct', () => {
cy.viewport('macbook-15');
cy.mockGraphql({

View File

@ -68,7 +68,6 @@ const operations = {
describe('Objective Visibility', () => {
beforeEach(() => {
cy.server();
cy.task('getSchema').then((schema) => {
cy.mockGraphql({
schema,

View File

@ -51,7 +51,6 @@ const checkSchoolClassTeamReadOnly = (readOnly) => {
describe('School Class and Team Management - Read only', () => {
beforeEach(() => {
cy.fakeLogin('rachel.green', 'test');
cy.server();
cy.task('getSchema').then((schema) => {
cy.mockGraphql({
schema,