Browse Source

merge with develop

pull/4089/head
Martin McKeaveney 5 years ago
parent
commit
a83f419867
  1. 2
      packages/builder/cypress/integration/customThemingProperties.spec.js
  2. 4
      packages/builder/cypress/integration/renameAnApplication.spec.js
  3. 786
      packages/builder/yarn.lock

2
packages/builder/cypress/integration/customThemingProperties.spec.js

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

4
packages/builder/cypress/integration/renameAnApplication.spec.js

@ -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`)

786
packages/builder/yarn.lock

File diff suppressed because it is too large
Loading…
Cancel
Save