diff --git a/test/cypress/integration/order/orderCatalog.spec.js b/test/cypress/integration/order/orderCatalog.spec.js index 3ccf9cbc3..c07183fed 100644 --- a/test/cypress/integration/order/orderCatalog.spec.js +++ b/test/cypress/integration/order/orderCatalog.spec.js @@ -1,5 +1,5 @@ /// -describe.skip('OrderCatalog', { testIsolation: true }, () => { +describe('OrderCatalog', { testIsolation: true }, () => { beforeEach(() => { cy.login('developer'); cy.viewport(1920, 1080);