Merge pull request #8417 from Budibase/cypress-renameApp-skip
Cypress - Rename Application - Skip Test File
This commit is contained in:
commit
d1bd87251e
|
@ -2,7 +2,7 @@ import filterTests from "../support/filterTests"
|
||||||
const interact = require("../support/interact")
|
const interact = require("../support/interact")
|
||||||
|
|
||||||
filterTests(["all"], () => {
|
filterTests(["all"], () => {
|
||||||
context("Rename an App", () => {
|
xcontext("Rename an App", () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.login()
|
cy.login()
|
||||||
cy.createTestApp()
|
cy.createTestApp()
|
||||||
|
|
Loading…
Reference in New Issue