diff --git a/dev/CommandBarFlyout/InteractionTests/TextCommandBarFlyoutTests.cs b/dev/CommandBarFlyout/InteractionTests/TextCommandBarFlyoutTests.cs index e04d7b53e0..e9b243cb85 100644 --- a/dev/CommandBarFlyout/InteractionTests/TextCommandBarFlyoutTests.cs +++ b/dev/CommandBarFlyout/InteractionTests/TextCommandBarFlyoutTests.cs @@ -648,6 +648,26 @@ public void ValidateUnhandledKeysOnNonTransientFlyoutDoNotCloseFlyout() } } + [TestMethod] + public void VerifyTextCommandBarRemainsOpenWithItems() + { + using (var setup = new TestSetupHelper(new[] { "CommandBarFlyout Tests", "Extra CommandBarFlyout Tests" })) + { + Log.Comment("Clear the clipboard."); + FindElement.ById