describe('Duplicate Content Block', () => { beforeEach(() => { cy.setup(); }); it('works', () => { cy.visit('/'); cy.getByDataCy('whatever'); }); });