mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-18 05:20:43 +01:00
ci(cypress): Adapt to file name link being a button now
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
104013848d
commit
72e4423de3
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ Cypress.Commands.add('shareLink', (user, path, shareData = {}) => {
|
|||
})
|
||||
|
||||
Cypress.Commands.add('openFile', fileName => {
|
||||
cy.get(`[data-cy-files-list] tr[data-cy-files-list-row-name="${fileName}"] a[data-cy-files-list-row-name-link]`).click()
|
||||
cy.get(`[data-cy-files-list] tr[data-cy-files-list-row-name="${fileName}"] [data-cy-files-list-row-name-link]`).click()
|
||||
})
|
||||
|
||||
Cypress.Commands.add('nextcloudEnableApp', (appId) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue