Ejemplo n.º 1
0
 public static void LogInfoAboutWindowSubmitted(string windowName)
 {
     ReporterHelper.LogPassingTestStep($"{windowName} has been submitted");
 }
Ejemplo n.º 2
0
 public static void LogInfoAboutPageOrWindowOpening(string windowOrPageName)
 {
     ReporterHelper.LogPassingTestStep($"Opening the {windowOrPageName}");
 }