@When("^I uncheck the improve your credit score box on the stikcy header from$")
 public void UncheckStickyCreditRepairCheckBox() throws Throwable {
   detailPage.UncheckStickyCreditRepairButton();
   System.out.println("Unchecked Credit Repair Button from Sticky header");
 }