test: refs #8602 skip Logout test suite in logout.spec.js
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Pablo Natek 2025-03-17 11:56:49 +01:00
parent 2813322003
commit 64cee8b915
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/// <reference types="cypress" />
describe('Logout', () => {
describe.skip('Logout', () => {
beforeEach(() => {
cy.login('developer');
cy.visit(`/#/dashboard`);