Beispiel #1
0
 public void Bugzilla57515Test()
 {
     RunningApp.WaitForElement(ZoomContainer);
     RunningApp.WaitForElement("1");
     RunningApp.PinchToZoomIn(ZoomContainer);
     RunningApp.WaitForNoElement("1");             // The scale should have changed during the zoom
 }
 public void Bugzilla39530PinchTest()
 {
     RunningApp.PinchToZoomIn("frame");
     RunningApp.WaitForElement(q => q.Marked("Pinching: Completed"));
 }