mirror of
https://github.com/rjNemo/devbook_ts
synced 2026-06-12 13:36:43 +00:00
specify layout
This commit is contained in:
parent
9e59bb0f2c
commit
e46c6593bd
1 changed files with 6 additions and 0 deletions
6
cypress/integration/layout.spec.js
Normal file
6
cypress/integration/layout.spec.js
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
describe('App Layout', () => {
|
||||||
|
it('contains a navbar', () => {
|
||||||
|
cy.visit('/');
|
||||||
|
cy.get('nav');
|
||||||
|
});
|
||||||
|
});
|
||||||
Loading…
Reference in a new issue