You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assert.IsTrue(tokenizingTextBoxAutomationPeer.GetName().Contains(expectedAutomationName),"Verify that the UIA name contains the given AutomationProperties.Name of the TokenizingTextBox.");
42
+
43
+
// Asserts the automation peer name based on the element Name property.
44
+
tokenizingTextBox.Name=expectedName;
45
+
Assert.IsTrue(tokenizingTextBoxAutomationPeer.GetName().Contains(expectedName),"Verify that the UIA name contains the given Name of the TokenizingTextBox.");
0 commit comments