Skip to content

Commit f141cd3

Browse files
icewind1991backportbot[bot]
authored andcommitted
fix: fix cypress trashbin tests
Signed-off-by: Robin Appelman <[email protected]>
1 parent 59cf606 commit f141cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/groupfoldersUtils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export function enterFolder(name: string) {
106106

107107
export function enterFolderInTrashbin(name: string) {
108108
cy.intercept({ times: 1, method: 'PROPFIND', url: `**/dav/trashbin/**/${name}.d*` }).as('propFindFolder')
109-
cy.get(`[data-cy-files-list] [data-cy-files-list-row-name^="${name}.d"]`).click()
109+
cy.get(`[data-cy-files-list] [data-cy-files-list-row-name^="${name}.d"] [data-cy-files-list-row-name]`).click()
110110
cy.wait('@propFindFolder')
111111
}
112112

0 commit comments

Comments
 (0)