Skip to content

Commit

Permalink
chore: Make tests Uno-specific
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Jan 16, 2024
1 parent eb7fe0f commit 33bc970
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ public async Task When_MenuFlyout_DataContext_Changes_In_Opening()
}
}

#if HAS_UNO
[TestMethod]
public async Task When_Toggle_Item_HasToggle()
{
Expand Down Expand Up @@ -462,5 +463,6 @@ async Task ValidateToggleAsync(bool expected)
await TestServices.WindowHelper.WaitForIdle();
}
}
#endif
}
}

0 comments on commit 33bc970

Please sign in to comment.