1
0
Fork 0
mirror of synced 2024-08-18 19:41:30 +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 256f9f5c9c

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