Skip to content

Commit

Permalink
fix filterbuidler tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ceo1647 committed May 7, 2024
1 parent be60691 commit 001d0fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using Orc.Automation;
using Orc.Automation.Controls;

[AutomatedControl(ControlTypeName = nameof(ControlType.Window))]
[Control(ControlTypeName = nameof(ControlType.Window))]
public class EditFilterWindow : Window
{
private EditFilterView? _editFilterView;
Expand All @@ -20,4 +20,4 @@ public EditFilterWindow(AutomationElement element)

public void Accept() => Map.OkButton?.Click();
public void Decline() => Map.CancelButton?.Click();
}
}

0 comments on commit 001d0fa

Please sign in to comment.