Skip to content

Commit a78f44b

Browse files
committed
fix: cypress (in sync with master)
1 parent 26a25fe commit a78f44b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress/e2e/files_versions/version_cross_storage_move.cy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe('Versions cross storage move', () => {
6161
beforeEach(() => {
6262
const randomString = Math.random().toString(36).replace(/[^a-z]+/g, '').substring(0, 10)
6363
randomFileName = randomString + '.txt'
64-
randomCopiedFileName = randomString + ' (copy).txt'
64+
randomCopiedFileName = randomString + ' (1).txt'
6565
uploadThreeVersions(user, `${randomGroupFolderName}/${randomFileName}`)
6666

6767
cy.login(user)
@@ -100,7 +100,7 @@ describe('Versions cross storage move', () => {
100100
beforeEach(() => {
101101
const randomString = Math.random().toString(36).replace(/[^a-z]+/g, '').substring(0, 10)
102102
randomSubFolderName = randomString
103-
randomCopiedSubFolderName = randomString + ' (copy)'
103+
randomCopiedSubFolderName = randomString + ' (1)'
104104

105105
randomSubSubFolderName = Math.random().toString(36).replace(/[^a-z]+/g, '').substring(0, 10)
106106
clickOnBreadcumbs('All files')

0 commit comments

Comments
 (0)