public void TC_VerifyUpdateProgressSection() { if (journeyEnabled.Equals("true")) { Assert.Ignore("Journeys available for the client"); } //Page_Login plogin = new Page_Login(); //plogin.Login(); //Page_HAPrompt haprompt = new Page_HAPrompt(); //haprompt.GoToDashboard(); Page_Dashboard pdb = new Page_Dashboard(softassertions); pdb.Verify_UpdateProgressSection(); is_soft_assert = true; softassertions.AssertAll(); }