NewEnrollmentPage.prototype.fillWithRandomData = function () {
     return globals_1.element(globals_1.by.css(".fa-file-text")).click();
 };
 function NewEnrollmentPage() {
     _super.call(this, 'enrollment');
     this.exchangeId = globals_1.element(globals_1.by.css("ex-member .exchange-id"));
     this.brand = globals_1.element(globals_1.by.css(".navbar-brand"));
     this.h1HeaderTxt = globals_1.element(globals_1.by.css("#page-wrapper > div > ex-enrollment > div:nth-child(1) > div > h1"));
 }