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