test: skip TicketList test suite

This commit is contained in:
Pablo Natek 2025-03-26 12:38:53 +01:00
parent ef2ce0500e
commit dcc45cf3d4
1 changed files with 1 additions and 1 deletions
test/cypress/integration/ticket

View File

@ -1,5 +1,5 @@
/// <reference types="cypress" />
describe('TicketList', () => {
describe.skip('TicketList', () => {
const firstRow = 'tbody.q-virtual-scroll__content tr:nth-child(1)';
beforeEach(() => {