Ejemplo n.º 1
0
 public void ThenValidateTheTMIsCreated()
 {
     bool isValidate = tmPage.validateNewTMIsCreated();
     Console.WriteLine("Validate the TM is created");
     Assert.IsTrue(false);
 }