fix: remove exclusive test flag from 'clear scopeDays' test

This commit is contained in:
Javier Segarra 2025-03-24 00:18:29 +01:00
parent d3d80149e0
commit 4a5171aa6e
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ describe('Monitor Tickets Table', () => {
cy.get('.summaryHeader').should('exist');
});
it.only('clear scopeDays', function () {
it('clear scopeDays', function () {
cy.get('[data-cy="Days onward_input"]').clear().type('2');
cy.searchInFilterPanel();
cy.get('.q-chip__content > span').should('have.text', '"2"');