blob: 95b03ff39aeb282d2841475e810a3cafe822d829 [file]
describe('hello', () => {
it('should find hello', () => {
cy.visit('http://localhost:3000');
cy.contains('hello');
});
});