There was an error while loading. Please reload this page.
2 parents 1125efc + ceaed6d commit 5b8946dCopy full SHA for 5b8946d
1 file changed
cypress/e2e/sidebar.cy.ts
@@ -70,7 +70,7 @@ describe('Check activity listing in the sidebar', { testIsolation: true }, () =>
70
cy.get('.activity-entry').first().should('contains.text', 'Added system tag')
71
})
72
73
- it('Has comment activity', () => {
+ it.skip('Has comment activity', () => {
74
addComment('welcome.txt', 'A comment')
75
cy.visit('/apps/files')
76
0 commit comments