Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 8118-createComponentVnDropdown
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
BENJAMIN ESTEVE DIAZ CANO 2025-03-17 10:14:26 +01:00
commit 55ec60d90f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ describe('Logout', () => {
cy.get('#logout').click();
});
});
describe('not user', () => {
describe.skip('not user', () => {
beforeEach(() => {
cy.intercept('GET', '**StarredModules**', {
statusCode: 401,