mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-17 21:12:14 +01:00
fix(test): more specificity
Signed-off-by: Elizabeth Danzberger <elizabeth@elzody.dev>
This commit is contained in:
parent
f568809649
commit
c41ba04656
1 changed files with 2 additions and 1 deletions
|
|
@ -455,7 +455,8 @@ Cypress.Commands.add('makeTalkRoomPublic', (user, token, password = '') => {
|
|||
})
|
||||
|
||||
Cypress.Commands.add('newFileFromMenu', (fileType = 'document', fileName = 'MyNewFile') => {
|
||||
cy.get('form[data-cy-upload-picker=""]')
|
||||
cy.get('div[data-cy-files-content-breadcrumbs=""]')
|
||||
.find('form[data-cy-upload-picker=""]')
|
||||
.should('be.visible')
|
||||
.click()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue