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

This commit is contained in:
Benjamin Esteve 2025-03-17 10:15:00 +01:00
commit df3fe91b03
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,