diff --git a/test/cypress/integration/entry/stockBought.spec.js b/test/cypress/integration/entry/stockBought.spec.js index 2a8431cf0..91e0d507e 100644 --- a/test/cypress/integration/entry/stockBought.spec.js +++ b/test/cypress/integration/entry/stockBought.spec.js @@ -1,4 +1,4 @@ -describe.skip('EntryStockBought', () => { +describe('EntryStockBought', () => { beforeEach(() => { cy.viewport(1920, 1080); cy.login('buyer');