Cypress Set Timeout for Locator

cy
  .get('.mobile-nav', { timeout: 10000 }) // 10 seconds
  .should('be.visible')
Enchanting Echidna