We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6233eb8 commit 7d9da1fCopy full SHA for 7d9da1f
cypress/e2e/albumsUtils.ts
@@ -6,7 +6,6 @@
6
import { selectMedia } from './photosUtils'
7
8
export function createAnAlbumFromTimeline(albumName: string) {
9
- cy.contains('Add').click()
10
cy.contains('Create new album').click()
11
cy.get('form [name="name"]').type(albumName)
12
cy.contains('Create album').click()
0 commit comments