Cypress test fix

This commit is contained in:
Dean 2022-04-26 14:41:27 +01:00
parent 02b0c62691
commit 04c678192b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ filterTests(['smoke', 'all'], () => {
cy.get(".toprightnav").within(() => { cy.get(".toprightnav").within(() => {
cy.get("[aria-label='Revert']").click({ force: true }) cy.get("[aria-label='Revert']").click({ force: true })
}) })
cy.get(".spectrum-Dialog-grid").within(() => { cy.get(".spectrum-Modal").within(() => {
// Enter app name before revert // Enter app name before revert
cy.get("input").type("Cypress Tests") cy.get("input").type("Cypress Tests")
cy.intercept('**/revert').as('revertApp') cy.intercept('**/revert').as('revertApp')