Skip to content

Commit

Permalink
fix: DisplayInformation UITest
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpinedam committed Apr 8, 2020
1 parent fa52844 commit 32a307d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<UserControl
x:Class="UITests.Shared.Windows_Graphics_Display.DisplayInformation.DisplayInformation_Properties"
<Page
x:Class="UITests.Shared.Windows_Graphics_Display.DisplayInformation.DisplayInformation_Properties"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
Expand Down Expand Up @@ -29,4 +29,4 @@
</ListView>
</Grid>

</UserControl>
</Page>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace UITests.Shared.Windows_Graphics_Display.DisplayInformation
{
[SampleControlInfo("DisplayInformation", "DisplayInformation_Properties", description: "Shows the values from DisplayInformation class properties. N/A for not implemented.")]
public sealed partial class DisplayInformation_Properties : UserControl
public sealed partial class DisplayInformation_Properties : Page
{
public DisplayInformation_Properties()
{
Expand Down

0 comments on commit 32a307d

Please sign in to comment.