Skip to content

Commit

Permalink
Merge pull request #6413 from nextcloud/bug/cypress-issue-28
Browse files Browse the repository at this point in the history
ci: fix cypress test
  • Loading branch information
juliusknorr authored Oct 15, 2024
2 parents 08152c7 + 67d1a67 commit e74ab73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Cypress.Commands.add('shareBoardWithUi', (userId) => {
cy.intercept({ method: 'GET', url: `**/ocs/v2.php/apps/files_sharing/api/v1/sharees?search=${userId}*` }).as('fetchRecipients')
cy.get('[aria-label="Open details"]').click()
cy.get('.app-sidebar').should('be.visible')
cy.get('.select input').click()
cy.get('.select input').type(`${userId}`)
cy.wait('@fetchRecipients', { timeout: 7000 })

Expand Down

0 comments on commit e74ab73

Please sign in to comment.