skillbox/client/cypress/e2e/frontend/modules/duplicate-content-block.cy.ts

11 lines
167 B
TypeScript

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