Skip revertApp Cypress Spec File
We have API Automation coverage for reverting applications
This commit is contained in:
parent
d5df198bc4
commit
5b53df8126
|
@ -2,7 +2,7 @@ import filterTests from "../support/filterTests"
|
|||
const interact = require('../support/interact')
|
||||
|
||||
filterTests(['smoke', 'all'], () => {
|
||||
context("Revert apps", () => {
|
||||
xcontext("Revert apps", () => {
|
||||
before(() => {
|
||||
cy.login()
|
||||
cy.createTestApp()
|
||||
|
|
Loading…
Reference in New Issue