Ejemplo n.º 1
0
 public void student_can_subscribe_by_creating_a_profile()
 {
     CreateStudentProfilePage.FillForm(TestData.ToSubscribeStudent);
     CreateStudentProfilePage.Submit();
     HomePage.IsStudentLogged.Should().BeTrue();
 }
Ejemplo n.º 2
0
 public void CreateProfileTestsInitialize()
 {
     SubscribeStudentPage.GoTo();
     SubscribeStudentPage.FillStudentIdWith(TestData.NotSubscribedStudent);
     CreateStudentProfilePage.GoTo();
 }