public PersonOverviewTest(TestFixture fixture)
     : base(fixture)
 {
     this.Login();
     this.people = this.Sidenav.NavigateToPeople();
 }
Beispiel #2
0
 public PersonListTest(TestFixture fixture)
     : base(fixture)
 {
     this.Login();
     this.page = this.Sidenav.NavigateToPeople();
 }