Exemplo n.º 1
0
 public void Bugzilla49069Test()
 {
     RunningApp.WaitForElement(q => q.Marked("lblLong"));
 }
Exemplo n.º 2
0
 public void Issue3292Test()
 {
     RunningApp.WaitForElement(q => q.Marked("Hello World Changed"));
 }
Exemplo n.º 3
0
 public void CollectionShouldInvalidateOnVisibilityChange()
 {
     RunningApp.WaitForElement(Success);
 }
Exemplo n.º 4
0
 public void AddingItemsToGroupedCollectionViewShouldNotCrash()
 {
     RunningApp.WaitForElement(Success, timeout: TimeSpan.FromSeconds(30));
 }
Exemplo n.º 5
0
 public void Issue6334Test()
 {
     RunningApp.WaitForElement(q => q.Marked("IssuePageLabel"));
     RunningApp.WaitForElement(q => q.Marked(Success));
     RunningApp.Screenshot("I see the gradient");
 }
 float GetFlyoutHeight() =>
 RunningApp.WaitForElement("FlyoutHeaderId")[0].Rect.Height;
Exemplo n.º 7
0
 public void GestureBubblingInStackLayout()
 {
     RunningApp.WaitForElement(StackLabelId);
     RunningApp.Tap(StackLabelId);
     RunningApp.WaitForElement(Success);
 }
 public void Bugzilla29247Test()
 {
     RunningApp.WaitForElement(q => q.Marked("btnOpenUri1"));
     RunningApp.Tap(q => q.Marked("btnOpenUri1"));
 }
 public void Bugzilla29247EncodedParamsTest()
 {
     RunningApp.WaitForElement(q => q.Marked("btnOpenUri2"));
     RunningApp.Tap(q => q.Marked("btnOpenUri2"));
 }
Exemplo n.º 10
0
 public void NullItemSourceDoesNotCrash()
 {
     // If we can see the Success label, it means we didn't crash.
     RunningApp.WaitForElement(Success);
 }
Exemplo n.º 11
0
 public void Issue342NoSourceTestsLablePresentNoImage()
 {
     RunningApp.WaitForElement(q => q.Marked("Uninitialized image"), "Cannot see label");
     RunningApp.Screenshot("All elements present");
 }
Exemplo n.º 12
0
 public void Issue12777Test()
 {
     RunningApp.WaitForElement("TestCarouselView");
     RunningApp.Screenshot("Test passed");
 }
 public void DisabledButtonTest()
 {
     TapInFlyout("Disabled Button Test");
     RunningApp.WaitForElement("If either button looks odd this test has failed.");
     RunningApp.Screenshot("If either button looks off (wrong shadow, border drawn inside button) the test has failed.");
 }
 public void LoadingVisualGalleryPageDoesNotCrash()
 {
     RunningApp.WaitForElement("Activity Indicators");
 }
Exemplo n.º 15
0
 public void Bugzilla53834Test()
 {
     RunningApp.WaitForElement("TestReady");
     RunningApp.Screenshot("incorrect row heights test");
 }
Exemplo n.º 16
0
 public void Issue9355Test()
 {
     RunningApp.WaitForElement(TestOk);
 }
Exemplo n.º 17
0
 public void Bugzilla51173_ValidImage()
 {
     RunningApp.WaitForElement(q => q.Marked(ValidImage));
     RunningApp.Tap(ValidImage);
     RunningApp.WaitForElement(q => q.Marked(NotLoading));
 }
Exemplo n.º 18
0
 public void CanStillNavigateToContentNotPresentInFlyout()
 {
     RunningApp.Tap("GoToNoFlyoutItem");
     RunningApp.WaitForElement("Success");
 }
Exemplo n.º 19
0
 public void GitHub1648Test()
 {
     RunningApp.WaitForElement("Reload");
     RunningApp.Tap("Reload");
     RunningApp.WaitForElement("Success");
 }
Exemplo n.º 20
0
 public void BasicFlyoutItemIsVisibleValidate()
 {
     ShowFlyout();
     RunningApp.WaitForNoElement("Failure");
     RunningApp.WaitForElement("FlyoutItemShowing");
 }
Exemplo n.º 21
0
 public void GestureBubblingInGrid()
 {
     RunningApp.WaitForElement(GridLabelId);
     RunningApp.Tap(GridLabelId);
     RunningApp.WaitForElement(Success);
 }
Exemplo n.º 22
0
 public void TestDoesntCrashWithCachingDisable()
 {
     RunningApp.WaitForElement("ImageLoaded");
     RunningApp.ScrollDown();
     RunningApp.ScrollDown();
 }
Exemplo n.º 23
0
 public void ListViewScrollTest()
 {
     RunningApp.Tap(ListViewTest);
     RunningApp.WaitForElement("Item0");
 }
Exemplo n.º 24
0
 public void NonAppCompatBasicSwitchTest()
 {
     RunningApp.WaitForElement("Success");
 }
Exemplo n.º 25
0
 public void Issue3413Test()
 {
     RunningApp.WaitForElement(q => q.Marked("srb_vertical"));
     RunningApp.WaitForElement(q => q.Marked("srb_horizontal"));
     RunningApp.Screenshot("Please verify we have 2 SearchBars. One below the label, other side by side with the label");
 }
Exemplo n.º 26
0
 public void DelayedAddingOfShellSectionDoesntCrash()
 {
     RunningApp.WaitForElement("Success");
 }
Exemplo n.º 27
0
 public void Bugzilla56771Test()
 {
     RunningApp.WaitForElement(q => q.Marked(BtnAdd));
     RunningApp.Tap(q => q.Marked(BtnAdd));
     RunningApp.WaitForElement(q => q.Marked(Success));
 }
Exemplo n.º 28
0
 public void Issue3001Test()
 {
     RunningApp.WaitForElement(q => q.Marked(ButtonId));
     RunningApp.Tap(q => q.Marked(ButtonId));
     RunningApp.WaitForElement(q => q.Marked(ReadyId), timeout: TimeSpan.FromSeconds(5));
 }
Exemplo n.º 29
0
 public void SwipeBackNavCrashTestsAllElementsPresent()
 {
     RunningApp.WaitForElement(q => q.Marked("Page One"));
     RunningApp.WaitForElement(q => q.Button("Go to second page"));
 }
Exemplo n.º 30
0
 public void EmptyViewShouldNotCrash()
 {
     RunningApp.WaitForElement("Success");
 }