Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

470
Visualizações
Cypress-Vuetify test issue: v-date-picker month buttons keep detaching

I am running Cypress test on the following component:

<v-row>
          <v-col cols="12">
            <v-date-picker
              v-model="calendarDate"
              :allowed-dates="availableReportingMonths"
              :landscape="false"
              :min="earliestReportingDate"
              :max="latestReportingDate"
              :title-date-format="titleDateFormat"
              @change="onReportingDateChanged"
              small
              full-width
              type="month"
              data-cy="dashboard_date_picker"
            />
          </v-col>
</v-row>

Here is the following Cypress test:

it( 'Date Selection Change', () => {
    cy.get( ticketDatePicker ).contains( 'December 2021' );
    cy.get( ticketDatePicker ).contains( '.v-btn', 'Oct' ).parent( 'td' ).click();
    cy.get( ticketDatePicker ).contains( 'Reporting Date: October 2021' );
 });

After this, I get an error message indicating the DOM element is detached: https://imgur.com/a/7vq3trc (image link is posted because of low reputation).

I can get the button, but I cannot click it. I would like to know if this is common or a Vuetify issue stemming from the well documented interaction issues.

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda