specify layout

This commit is contained in:
Ruidy Nemausat 2020-05-12 11:17:18 +02:00
parent 9e59bb0f2c
commit e46c6593bd

View file

@ -0,0 +1,6 @@
describe('App Layout', () => {
it('contains a navbar', () => {
cy.visit('/');
cy.get('nav');
});
});