diff --git a/app/client/cypress/e2e/Regression/Apps/CommunityIssues_Spec.ts b/app/client/cypress/e2e/Regression/Apps/CommunityIssues_Spec.ts index aaa036c5e4..3f69510cdc 100644 --- a/app/client/cypress/e2e/Regression/Apps/CommunityIssues_Spec.ts +++ b/app/client/cypress/e2e/Regression/Apps/CommunityIssues_Spec.ts @@ -259,7 +259,7 @@ describe("AForce - Community Issues page validations", function () { table.RemoveFilterNVerify("Question", true, false, 0, "v2"); }); - it("8. Validate Adding a New issue from Add Modal", () => { + it.skip("8. Validate Adding a New issue from Add Modal", () => { // agHelper.DeployApp() // table.WaitUntilTableLoad(0,0,"v2") @@ -305,7 +305,7 @@ describe("AForce - Community Issues page validations", function () { }); }); - it("9. Validate Updating issue from Details tab & Verify multiselect widget selected values", () => { + it.skip("9. Validate Updating issue from Details tab & Verify multiselect widget selected values", () => { agHelper.Sleep(2000); agHelper.AssertElementAbsence(locators._widgetInDeployed("tabswidget")); agHelper.Sleep(2000); @@ -371,7 +371,7 @@ describe("AForce - Community Issues page validations", function () { agHelper.Sleep(2000); //allowing time to save! }); - it("10. Validate Deleting the newly created issue", () => { + it.skip("10. Validate Deleting the newly created issue", () => { agHelper.Sleep(2000); agHelper.AssertElementAbsence(locators._widgetInDeployed("tabswidget")); table.SelectTableRow(0, 0, true, "v2");