From ceaed6d81cac60e11cd721d982ccffc985386b9d Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Fri, 6 Mar 2026 10:55:25 +0100 Subject: [PATCH] test: apply skip to flaky sidebar test server already added this, flakiness is due to timing with the NCRichContentEditable Signed-off-by: Anna Larch --- cypress/e2e/sidebar.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/sidebar.cy.ts b/cypress/e2e/sidebar.cy.ts index 92d7ff5fe..2b2e6b45e 100644 --- a/cypress/e2e/sidebar.cy.ts +++ b/cypress/e2e/sidebar.cy.ts @@ -70,7 +70,7 @@ describe('Check activity listing in the sidebar', { testIsolation: true }, () => cy.get('.activity-entry').first().should('contains.text', 'Added system tag') }) - it('Has comment activity', () => { + it.skip('Has comment activity', () => { addComment('welcome.txt', 'A comment') cy.visit('/apps/files')