Skip to content

Commit

Permalink
UITest: Change MessageBox base class to Window
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Jul 3, 2024
1 parent 676a55e commit fd2773b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Samples.UITest/UITest.Core/SystemViews/MessageBox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace UITest.SystemViews;

public class MessageBox(FrameworkAutomationElementBase element) : AutomationElement(element)
public class MessageBox(FrameworkAutomationElementBase element) : Window(element)
{
public string Title => Name;

Expand Down

0 comments on commit fd2773b

Please sign in to comment.