test: refs #8484 skip 'should add a new tag' test in itemTag.spec.js

This commit is contained in:
Jose Antonio Tubau 2025-02-05 12:25:55 +01:00
parent b7945fbf9a
commit 5c197c675d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ describe('Item tag', () => {
cy.checkNotification("The tag or priority can't be repeated for an item");
});
it('should add a new tag', () => {
it.skip('should add a new tag', () => {
cy.get('.q-page').should('be.visible');
cy.get('.q-page-sticky > div').click();
cy.get('.q-page-sticky > div').click();