it('visiting settings', () => {
    cy.visit('/settings');
    cy.location().should((loc) => {
      expect(loc.pathname).to.eq('/settings');
    });