#8582 - test: e2e monitorTicket #1391

Merged
jsegarra merged 51 commits from e2e_monitor into dev 2025-04-15 21:04:49 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4a5171aa6e - Show all commits

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