Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

471
Views
Problema de prueba de Cypress-Vuetify: los botones de mes del selector de fecha v se siguen separando

Estoy ejecutando la prueba Cypress en el siguiente componente:

 <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>

Aquí está la siguiente prueba de Cypress:

 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' ); });

Después de esto, aparece un mensaje de error que indica que el elemento DOM está desconectado: https://imgur.com/a/7vq3trc (el enlace de la imagen se publica debido a la baja reputación).

Puedo obtener el botón, pero no puedo hacer clic en él. Me gustaría saber si esto es común o si se trata de un problema de Vuetify derivado de los problemas de interacción bien documentados.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!