1
0
Fork 0
mirror of synced 2024-09-10 14:35:47 +12:00

Cypress test fix

This commit is contained in:
Dean 2022-04-26 14:41:27 +01:00
parent bccaac253a
commit fb7e724b3a

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')