diff --git a/test/cypress/integration/order/orderCatalog.spec.js b/test/cypress/integration/order/orderCatalog.spec.js index 869e5b5cc..fe8102fd6 100644 --- a/test/cypress/integration/order/orderCatalog.spec.js +++ b/test/cypress/integration/order/orderCatalog.spec.js @@ -34,7 +34,7 @@ describe.skip('OrderCatalog', () => { searchByCustomTagInput('Silver'); }); - it.only('filters by custom value dialog', () => { + it('filters by custom value dialog', () => { Cypress.on('uncaught:exception', (err) => { if (err.message.includes('canceled')) { return false;