From e4f83de123732449b6f3d8757fff4f4ce7db5deb Mon Sep 17 00:00:00 2001 From: pablone Date: Sun, 2 Mar 2025 00:15:24 +0100 Subject: [PATCH] test: refs #8697 enable EntryStockBought test suite by removing skip --- test/cypress/integration/entry/stockBought.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/integration/entry/stockBought.spec.js b/test/cypress/integration/entry/stockBought.spec.js index 2a8431cf0e..91e0d507ef 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');