Skip to content

Commit

Permalink
Merge pull request #2054 from nextcloud/artonge/bump/cypress/v13
Browse files Browse the repository at this point in the history
Bump cypress to v13
  • Loading branch information
artonge committed Sep 25, 2023
2 parents 3ab3c0a + 53d1e08 commit 25137ef
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 66 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/albumsUtils.ts
Expand Up @@ -47,10 +47,10 @@ export function addFilesToAlbumFromTimeline(albumName: string) {
cy.intercept({ times: 1, method: 'PROPFIND', url: '**/dav/photos/**/albums/' }).as('propFindAlbums')
cy.intercept({ times: 1, method: 'PROPFIND', url: '**/dav/photos/**/sharedalbums/' }).as('propFindSharedAlbums')
cy.contains('Add to album').click()
cy.get('.album-picker ul').contains(albumName).click()
cy.wait('@copy')
cy.wait('@propFindAlbums')
cy.wait('@propFindSharedAlbums')
cy.get('.album-picker ul').contains(albumName).click()
cy.wait('@copy')
}

export function addFilesToAlbumFromAlbum(albumName: string, itemsIndex: number[]) {
Expand Down

0 comments on commit 25137ef

Please sign in to comment.