test: enable OrderCatalog tests by removing skip
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
This commit is contained in:
parent
a4c4d987c7
commit
51402f9f3f
|
@ -1,5 +1,5 @@
|
|||
/// <reference types="cypress" />
|
||||
describe.skip('OrderCatalog', { testIsolation: true }, () => {
|
||||
describe('OrderCatalog', { testIsolation: true }, () => {
|
||||
beforeEach(() => {
|
||||
cy.login('developer');
|
||||
cy.viewport(1920, 1080);
|
||||
|
|
Loading…
Reference in New Issue