1
0
Fork 0
mirror of synced 2024-08-18 19:41:30 +12:00

Cypress - Rename Application - Skip Test File

Some of the tests in here are flakey from time to time.
- We had a failure on the nightly due to a flakey test within this file
- Skipping the tests in here for now (we will receive coverage via QA Wolf)
This commit is contained in:
Mitch-Budibase 2022-10-27 11:01:16 +01:00
parent 28e00d3fa0
commit 2e239e5967

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