UNPKG

@nadeshikon/plugin-nextjs

Version:
10 lines (9 loc) 259 B
describe('Layouts', () => { beforeEach(() => { cy.visit('/layouts') }) it('should properly have a layout and title change', () => { cy.findByText(/Test layout wrapper/i) cy.title().should('eq', 'Per Page Layout test title') }) })