Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public void VerifyCarouselViewWithKeepItemInViewAndPreviousPosition()
App.WaitForElement(AddButton);
App.Tap(AddButton);
App.WaitForElement("Item 7");
Assert.That(App.WaitForElement(PreviousPositionLabel).GetText(), Is.EqualTo("1"));
Assert.That(App.WaitForElement(PreviousPositionLabel).GetText(), Is.EqualTo("No previous position"));
}
#endif
#endif
Expand Down Expand Up @@ -791,7 +791,7 @@ public void VerifyCarouselViewWithPreviousPosition()
App.WaitForElement(AddButton);
App.Tap(AddButton);
App.WaitForElement("Item 6");
Assert.That(App.WaitForElement(PreviousPositionLabel).GetText(), Is.EqualTo("1"));
Assert.That(App.WaitForElement(PreviousPositionLabel).GetText(), Is.EqualTo("No previous position"));
}
#endif
#endif
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,34 @@ public Issue34402(TestDevice device) : base(device) { }
[Category(UITestCategories.BoxView)]
public void BoxViewFlowDirectionShouldMirrorOnRTL()
{
Exception? exception = null;
App.WaitForElement("Issue34402Label");
VerifyScreenshot("BoxView_LTR_Initial");
VerifyScreenshotOrSetException(ref exception, "BoxView_LTR_Initial");

App.Tap("BoxViewRtlButton");
VerifyScreenshot("BoxView_RTL_AfterButton");
VerifyScreenshotOrSetException(ref exception, "BoxView_RTL_AfterButton");

if (exception != null)
{
throw exception;
}
}

[Test]
[Category(UITestCategories.GraphicsView)]
public void GraphicsViewFlowDirectionShouldMirrorOnRTL()
{
Exception? exception = null;
App.WaitForElement("Issue34402GraphicsViewLabel");
VerifyScreenshot("GraphicsView_LTR_Initial");
VerifyScreenshotOrSetException(ref exception, "GraphicsView_LTR_Initial");

App.Tap("GraphicsViewRtlButton");
VerifyScreenshot("GraphicsView_RTL_AfterButton");
VerifyScreenshotOrSetException(ref exception, "GraphicsView_RTL_AfterButton");

if (exception != null)
{
throw exception;
}
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading