class SearchBar { constructor() { } get searchInput(): Cypress.Chainable { return cy.get(`#nav-search`); } } export const searchBar = new SearchBar();