未验证 提交 8329fdab 编写于 作者: Y Youssef Victor 提交者: GitHub

test: Enable CommandBar tests on Android

上级 d1d468f2
......@@ -2729,9 +2729,6 @@ namespace Windows.UI.Tests.Enterprise
[TestMethod]
#if __ANDROID__
[Ignore("Unstable on Android, the overflow button is not hidden because of a off-by-one pixel error. https://github.com/unoplatform/uno/issues/9080")]
#endif
[Description("Validates the overflow button is hidden when told to be hidden, or when there's nothing to be shown by clicking it, with no app bar buttons.")]
public async Task ValidateOverflowButtonHidesWhenAppropriateWithNoAppBarButtons()
{
......@@ -2740,9 +2737,6 @@ namespace Windows.UI.Tests.Enterprise
[TestMethod]
#if __ANDROID__
[Ignore("Unstable on Android, the overflow button is not hidden because of a off-by-one pixel error. https://github.com/unoplatform/uno/issues/9080")]
#endif
[Description("Validates the overflow button is hidden when told to be hidden, or when there's nothing to be shown by clicking it, with primary app bar buttons.")]
public async Task ValidateOverflowButtonHidesWhenAppropriateWithPrimaryAppBarButtons()
......@@ -3896,9 +3890,6 @@ namespace Windows.UI.Tests.Enterprise
}
[TestMethod]
#if __ANDROID__
[Ignore("Unstable on Android, the overflow button is not hidden because of a off-by-one pixel error. https://github.com/unoplatform/uno/issues/9080")]
#endif
[Description("Validates that adding elements to the secondary collection or changing the value of ClosedDisplayMode changes the visibility of the more button.")]
public async Task ValidateMoreButtonCanShowWithoutSizeChanging()
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册