Example #1
0
 public void WaitUntilProgressBarTextIs(string text)
 {
     WaitFor(() => ProgressBarText.Equals("60\nmin"));
 }