Closed chubakueno closed 1 day ago
Test: success. 11 passed, 0 failed. TestComplete Test Result Workflow Run: UI Smoke Tests Check: UI Smoke Tests
LGTM, could you add a GIF of the packages tour when the TermsOfUse has not been accepted yet?
Added both flows (with and without previously accepted TOU)
Purpose
Dynamo.Wpf.UI.GuidedTour.GuidesValidationMethods.ExecuteTermsOfServiceFlow
searches for the TermsOfUse window as owned byDynamoView
inGuideUtilities.FindWindowOwned(stepInfo.HostPopupInfo.WindowName, stepInfo.MainWindow as Window)
but can't find it due to it being owned by no one (null). This PR thus allows the user to complete the packages tour. Allows for dependent Package Tour testing ticket DYN-7664 to be completed.Process without previously accepted TOU: Process with previously accepted TOU:
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Solve DYN-7790 to fix Packages interactive tour
Reviewers
@RobertGlobant20 @QilongTang
FYIs
@avidit