internal void CheckAdvancedLearnerOption() { FormCompletionHelper.IsObjectSelected(AdvancedLearnerLoan); }
internal void CheckAdultEducationOption() { FormCompletionHelper.IsObjectSelected(AdultEducationBudget); }
public EditCoursePage2 verifyFlexibleStartDateSelected() { FormCompletionHelper.IsObjectSelected(flexibleStartDateOption); return(new EditCoursePage2(webDriver)); }