fix: remove exclusive test flag from 'clear scopeDays' test
This commit is contained in:
parent
d3d80149e0
commit
4a5171aa6e
|
@ -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