Add cypress test file
This commit is contained in:
parent
d844530095
commit
e30b392b96
|
|
@ -0,0 +1,10 @@
|
|||
describe('Duplicate Content Block', () => {
|
||||
beforeEach(() => {
|
||||
cy.setup();
|
||||
});
|
||||
it('works', () => {
|
||||
cy.visit('/');
|
||||
|
||||
cy.getByDataCy('whatever');
|
||||
});
|
||||
});
|
||||
Loading…
Reference in New Issue