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
Next Next commit
test(tag): Ensure tag does not already exists in the server
Useful when retrying tests.

Signed-off-by: Louis Chemineau <[email protected]>
  • Loading branch information
artonge committed May 22, 2025
commit ce9a1a978c33bb17c8bc4d5a9c5f5d7d7dad7931
2 changes: 1 addition & 1 deletion cypress/e2e/sidebar.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('Check activity listing in the sidebar', { testIsolation: true }, () =>
})

it('Has tag activity', () => {
addTag('welcome.txt', 'my_tag')
addTag('welcome.txt', `my_tag_${randHash()}`)
cy.visit('/apps/files')

showActivityTab('welcome.txt')
Expand Down
Loading