test: skip EntryDescriptor tests in entryDescriptor.spec.js
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jorge Penadés 2025-04-11 18:26:58 +02:00
parent e3e16ebc3b
commit 9b6891ba0d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import '../commands.js';
describe('EntryDescriptor', () => {
describe.skip('EntryDescriptor', () => {
beforeEach(() => {
cy.login('buyer');
cy.visit(`/#/entry/list`);