|
|
@ -1,7 +1,7 @@ |
|
|
import filterTests from '../support/filterTests' |
|
|
import filterTests from '../support/filterTests' |
|
|
|
|
|
|
|
|
filterTests(['smoke', 'all'], () => { |
|
|
filterTests(['smoke', 'all'], () => { |
|
|
xcontext("Create an Application", () => { |
|
|
context("Create an Application", () => { |
|
|
it("should create a new application", () => { |
|
|
it("should create a new application", () => { |
|
|
cy.login() |
|
|
cy.login() |
|
|
cy.createTestApp() |
|
|
cy.createTestApp() |
|
|
|