#8582 - test: e2e monitorTicket #1391
|
@ -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"');
|
||||
|
|
Loading…
Reference in New Issue