context('Check editor global attributes', () => {
  it('Can visit page', () => {
    cy.visit('/landing')
  })