Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(cypress): Reload page after adding a comment
Signed-off-by: Marcel Müller <[email protected]>
  • Loading branch information
SystemKeeper committed Apr 18, 2025
commit a4683fdc53f4f7aca9d05c37e989e97625e2bc2b
1 change: 1 addition & 0 deletions cypress/e2e/sidebar.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ describe('Check activity listing in the sidebar', { testIsolation: true }, () =>

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

showActivityTab('welcome.txt')
cy.get('.comments-activity').first().should('contains.text', 'A comment')
Expand Down
Loading