Skip to content

Commit

Permalink
Added missing ui test categories (#23464)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaflo authored Jul 6, 2024
1 parent 8d9a1a5 commit 654c113
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ public Issue11501(TestDevice device) : base(device)

public override string Issue => "Making Fragment Changes While App is Backgrounded Fails";

[TestCase("SwapMainPage")]
[TestCase("SwapFlyoutPage")]
[TestCase("SwapTabbedPage")]
[TestCase("RemoveAddTabs")]
[TestCase("SwapMainPage", Category = UITestCategories.Navigation)]
[TestCase("SwapFlyoutPage", Category = UITestCategories.FlyoutPage)]
[TestCase("SwapTabbedPage", Category = UITestCategories.TabbedPage)]
[TestCase("RemoveAddTabs", Category = UITestCategories.TabbedPage)]
public void MakingFragmentRelatedChangesWhileAppIsBackgroundedFails(string scenario)
{
try
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ public Issue21630(TestDevice device)
string FocusButton => "FocusButton";
string RestoreButton => "RestoreMainPageButton";

[TestCase("SwapNavigationPage")]
[TestCase("SwapShellPage")]
[TestCase("SwapNavigationPage", Category = UITestCategories.Entry)]
[TestCase("SwapShellPage", Category = UITestCategories.Entry)]

public void NavBarEntryDoesNotTriggerKeyboardScroll(string scenario)
{
try
Expand Down

0 comments on commit 654c113

Please sign in to comment.