Skip to content

Commit

Permalink
test: Enable additional KA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Oct 17, 2024
1 parent b1c308e commit c66bc5e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2054,7 +2054,6 @@ await TestServices.RunOnUIThread(async () =>

[TestMethod]
[TestProperty("Description", "Validates that Button control fires the accelerators on its attached Flyout.")]
[Ignore("Requires Flyout support for Keyboard Accelerators #17134")]
public async Task VerifyButtonFlyoutCanInvokeAcceleratorsDefinedOnFlyoutContent()
{
const string rootPanelXaml =
Expand Down Expand Up @@ -2140,7 +2139,6 @@ await TestServices.RunOnUIThread(async () =>

[TestMethod]
[TestProperty("Description", "Validates that Button control fires the accelerators on its attached Flyout.")]
[Ignore("Requires MenuFlyout support for Keyboard Accelerators #17134")]
public async Task VerifyButtonContextFlyoutWithFlyoutCanInvokeAcceleratorDefinedOnFlyoutContent()
{
const string rootPanelXaml =
Expand Down

0 comments on commit c66bc5e

Please sign in to comment.