mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
log if element not displayed
This commit is contained in:
@@ -278,6 +278,11 @@ namespace Microsoft.FancyZonesEditor.UnitTests.Utils
|
||||
{
|
||||
}
|
||||
|
||||
if (!displayed)
|
||||
{
|
||||
context.WriteLine($"{name} not displayed");
|
||||
}
|
||||
|
||||
return displayed;
|
||||
});
|
||||
}
|
||||
@@ -300,6 +305,11 @@ namespace Microsoft.FancyZonesEditor.UnitTests.Utils
|
||||
{
|
||||
}
|
||||
|
||||
if (!displayed)
|
||||
{
|
||||
context.WriteLine($"{id} not displayed");
|
||||
}
|
||||
|
||||
return displayed;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user