1
0
Fork 0
mirror of synced 2024-09-21 03:43:21 +12:00

Merge pull request #8417 from Budibase/cypress-renameApp-skip

Cypress - Rename Application - Skip Test File
This commit is contained in:
Mitch-Budibase 2022-10-27 11:19:22 +01:00 committed by GitHub
commit d1bd87251e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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