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