fix: refs #8602 skip EntryBuys test and add issue reference
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2025-05-16 13:39:22 +02:00
parent ed2f2dc273
commit 328fc50e40
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
import '../commands.js'; import '../commands.js';
describe('EntryBuys', () => { // https://redmine.verdnatura.es/issues/9008
describe.skip('EntryBuys', () => {
beforeEach(() => { beforeEach(() => {
cy.viewport(1920, 1080); cy.viewport(1920, 1080);
cy.login('buyer'); cy.login('buyer');