test: enable OrderCatalog tests by removing skip
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2025-05-09 08:09:52 +02:00
parent a4c4d987c7
commit 51402f9f3f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/// <reference types="cypress" />
describe.skip('OrderCatalog', { testIsolation: true }, () => {
describe('OrderCatalog', { testIsolation: true }, () => {
beforeEach(() => {
cy.login('developer');
cy.viewport(1920, 1080);