Cypress.Commands.add('getByLabel', (label: string, options: Partial<Cypress.Loggable & Cypress.Withinable>) => {
  options = {
    log: true,
    withinSubject: cy['state']('withinSubject'),
    ...options