@Then("^the account should hold the credit check record$")
  public void verifyAccIsCreditChecked() {

    // To Verify the entered Credit REf Number exists and Credit check is enabled on the account

    WebNavPage.verifyCheckBoxChecked(AccountsPage.creCheckBox);
    WebNavPage.assertContentExists(AccountsPage.creditRefnum);
  }