//[Test, Order(1)] //[Category("Regression")] //[Category("CoachingReg")] public void TC_ClickInputScreenCancelButton() { Common config = new Common(); string isenabled = config.GetConfig("CoachingEnabled").ElementAt(0)[1].ToLower(); if (isenabled.Equals("false")) { Assert.Ignore("Coaching not enabled for client"); } GoToDashboard(); TC_InputBPStatus(); cmngoal.ClickModalWindowCancelbutton(); Assert.IsFalse(cmngoal.VerfiyModalWindowNotExist()); cmngoal.ClickModalWindowOkButton(); Page_HAPrompt haprompt = new Page_HAPrompt(); haprompt.GoToDashboard(); NavigateToDashboard(); softassertions.AssertAll(); }