Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Sinha <manish.sinha@xamarin.com>2015-08-27 18:53:44 +0300
committerManish Sinha <manish.sinha@xamarin.com>2015-08-27 19:02:08 +0300
commit9fc1465bb8d2149be600a79926fb38fbc7412359 (patch)
tree69bff4710554568ab6ec81b331f9fa47dd7179b8 /main/tests/UserInterfaceTests/VersionControlTests
parent0c6a2949e0033f9bfc196a0bfaab78bedb96341b (diff)
[UITest] Extend WaitForPackageUpdate and fix TestLocalCopyPreservedUpdate
Diffstat (limited to 'main/tests/UserInterfaceTests/VersionControlTests')
-rw-r--r--main/tests/UserInterfaceTests/VersionControlTests/Git/GitBase.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/tests/UserInterfaceTests/VersionControlTests/Git/GitBase.cs b/main/tests/UserInterfaceTests/VersionControlTests/Git/GitBase.cs
index 173ba8c99c..0d2fdb5483 100644
--- a/main/tests/UserInterfaceTests/VersionControlTests/Git/GitBase.cs
+++ b/main/tests/UserInterfaceTests/VersionControlTests/Git/GitBase.cs
@@ -345,6 +345,7 @@ namespace UserInterfaceTests
TakeScreenShot ("About-To-Click-Convert-To-Branch");
Session.ClickElement (c => c.Window ().Marked ("Stash Manager").Children ().Button ().Text ("Convert to Branch"), false);
EnterBranchName (branchName);
+ Ide.WaitForStatusMessage (new [] { "Stash successfully applied" });
}
#endregion