Skip to content

Commit

Permalink
Merge branch 'hotfix/5.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ceo1647 committed May 10, 2024
2 parents 8a16936 + 69a7fa3 commit 0e9648d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using FrameworkElement = System.Windows.FrameworkElement;

//TODO:Vladimir: create base type in Orc.Automation
public abstract class StyledControlTestFacts<TControl> : ControlUiTestFactsBase<TControl>
public abstract class StyledControlTestFacts<TControl> : ControlUiTestsBase<TControl>
where TControl : FrameworkElement
{
protected TestHostAutomationControl TestHost { get; private set; }
Expand Down

0 comments on commit 0e9648d

Please sign in to comment.