1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00

merge with develop

This commit is contained in:
Martin McKeaveney 2021-10-22 17:49:22 +01:00
commit 03914eaec1
3 changed files with 781 additions and 11 deletions

View file

@ -1,4 +1,4 @@
context("Custom Theming Properties", () => {
xcontext("Custom Theming Properties", () => {
before(() => {
cy.login()
cy.createTestApp()

View file

@ -13,7 +13,7 @@ it("should rename an unpublished application", () => {
cy.get(".appGrid").find(".wrapper").should("have.length", 1)
})
it("Should rename a published application", () => {
xit("Should rename a published application", () => {
// It is not possible to rename a published application
const appRename = "Cypress Renamed"
// Publish the app
@ -40,7 +40,7 @@ it("Should try to rename an application to have no name", () => {
cy.get(".appGrid").find(".wrapper").should("have.length", 1)
})
it("Should create two applications with the same name", () => {
xit("Should create two applications with the same name", () => {
// It is not possible to have applications with the same name
const appName = "Cypress Tests"
cy.visit(`localhost:${Cypress.env("PORT")}/builder`)

File diff suppressed because it is too large Load diff