Skip to content

Commit a4683fd

Browse files
committed
fix(cypress): Reload page after adding a comment
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
1 parent ad7df71 commit a4683fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypress/e2e/sidebar.cy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ describe('Check activity listing in the sidebar', { testIsolation: true }, () =>
7171

7272
it('Has comment activity', () => {
7373
addComment('welcome.txt', 'A comment')
74+
cy.visit('/apps/files')
7475

7576
showActivityTab('welcome.txt')
7677
cy.get('.comments-activity').first().should('contains.text', 'A comment')

0 commit comments

Comments
 (0)