Esempio n. 1
0
 public void GoToBase(string expectedWindowName)
 {
     _instance.Workspace.WaitForAsyncOperations(Helper.HangMitigatingTimeout, FeatureAttribute.Workspace);
     _editorInProc.GoToBase();
     _instance.Workspace.WaitForAsyncOperations(Helper.HangMitigatingTimeout, FeatureAttribute.GoToBase);
     _editorInProc.WaitForActiveWindow(expectedWindowName);
 }