diff --git a/test/cypress/integration/monitor/monitorTicket.spec.js b/test/cypress/integration/monitor/monitorTicket.spec.js index a3920ff65..cc1f82cef 100644 --- a/test/cypress/integration/monitor/monitorTicket.spec.js +++ b/test/cypress/integration/monitor/monitorTicket.spec.js @@ -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"');