mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
changed assert message
This commit is contained in:
@@ -222,7 +222,7 @@ namespace Microsoft.FancyZonesEditor.UnitTests.Utils
|
||||
public void Click_EditLayout(string layoutName)
|
||||
{
|
||||
var layout = GetLayout(layoutName);
|
||||
Assert.IsNotNull(layout, $"Layout {layoutName} not found");
|
||||
Assert.IsNotNull(layout, $"Layout \"{layoutName}\" not found");
|
||||
var editButton = layout?.FindElementByAccessibilityId(AccessibilityId.EditLayoutButton);
|
||||
Assert.IsNotNull(editButton, "Edit button not found");
|
||||
editButton.Click();
|
||||
|
||||
Reference in New Issue
Block a user