Skip to content

Commit

Permalink
Add fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Napolskyi committed Nov 13, 2024
1 parent 4930dbc commit f73f1df
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions cypress/e2e/settings/podcast.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ describe(`Test Podcast function, Env: ${CY.cfg}`,
cy.getCy('podcast-title').find('input').clear().type(`${PODCAST_TITLE}-edit`)
cy.getCy('podcast-description').clear().type(`${PODCAST_TITLE}-edit-description`)
cy.getCy('podcast-rss-url').find('input').clear().type(`https://${PODCAST_TITLE}-edit.com`)
// cy.get('[data-cy=select-image-preview]').find('button').click()
// cy.get('.asset-list-tiles > :nth-child(1)').click()
// cy.contains('button', 'Potvrď').click()
// cy.get('[data-cy=select-image-alt]').find('button').click()
// cy.get('.asset-list-tiles > :nth-child(1)').click()
// cy.contains('button', 'Potvrď').click()
cy.getCyVisibleClick('button-save')
cy.alertMessage(ALERT_UPDATE)
cy.getCyVisibleClick('button-close')
Expand Down Expand Up @@ -103,10 +97,6 @@ describe(`Test Podcast function, Env: ${CY.cfg}`,
cy.get('.mdi-calendar').click()
cy.get('.a-datetime-picker__now-button').click()
cy.get('body').type('{ESC}')
// cy.get(':nth-child(1) > :nth-child(2) > .v-btn').click()
// cy.get('.asset-list-tiles > :nth-child(2)').click()
// cy.contains('button', 'Potvrď').click()

cy.getCyVisibleClick('button-save')
cy.alertMessage(ALERT_UPDATE)
cy.getCyVisibleClick('button-close')
Expand Down

0 comments on commit f73f1df

Please sign in to comment.