Skip to content

Commit

Permalink
update tests to use none ML AutoComplete
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang committed Dec 12, 2023
1 parent dffb36a commit 7316be0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/DynamoCoreWpfTests/NodeAutoCompleteSearchTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public override void Start()
public void NodeSuggestions_CanAutoCompleteInCustomNodeWorkspace()
{
Open(@"pkgs\EvenOdd2\dyf\EvenOdd.dyf");
ViewModel.PreferenceSettings.DefaultNodeAutocompleteSuggestion = NodeAutocompleteSuggestion.ObjectType;

// Pick the % node
NodeView nodeView = NodeViewWithGuid(Guid.Parse("1ddf4b4cc39f42acadd578db42bcb6d3").ToString());
Expand Down Expand Up @@ -192,6 +193,7 @@ public void NodeSuggestions_CanAutoCompleteOnCustomNodesOutPort_WithWhiteSpaceSt
public void NodeSuggestions_InputPortZeroTouchNode_AreCorrect()
{
Open(@"UI\ffitarget_inputport_suggestion.dyn");
ViewModel.PreferenceSettings.DefaultNodeAutocompleteSuggestion = NodeAutocompleteSuggestion.ObjectType;

// Get the node view for a specific node in the graph
NodeView nodeView = NodeViewWithGuid(Guid.Parse("9aeba33453a34c73823976222b44375b").ToString());
Expand Down

0 comments on commit 7316be0

Please sign in to comment.