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:
authorKyle White <kyle.white@xamarin.com>2015-09-28 15:46:45 +0300
committerKyle White <kyle.white@xamarin.com>2015-09-28 15:46:45 +0300
commit064f9e38642d20b5e9dae3bfa156818d3c8ea668 (patch)
tree98e84a7f30889c5c12cb7090f7c902c2487ab4a9 /main/tests
parenta6f898e153c3e73b8469657a8d1e61340cbe2af2 (diff)
[UITest] Updated locator for SelectPane
The locator for SelectPane in the OptionsController only worked on Mac, it should now work on both Platforms.
Diffstat (limited to 'main/tests')
-rw-r--r--main/tests/UserInterfaceTests/Controllers/OptionsController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tests/UserInterfaceTests/Controllers/OptionsController.cs b/main/tests/UserInterfaceTests/Controllers/OptionsController.cs
index 83ad9a9070..4af3063df7 100644
--- a/main/tests/UserInterfaceTests/Controllers/OptionsController.cs
+++ b/main/tests/UserInterfaceTests/Controllers/OptionsController.cs
@@ -96,7 +96,7 @@ namespace UserInterfaceTests
{
string.Format ("Selected Pane :{0}", name).PrintData ();
Session.SelectElement (c => windowQuery (c).Children ().Marked (
- "__gtksharp_16_MonoDevelop_Components_HeaderBox").Children ().TreeView ().Model ().Children ().Property ("Label", name));
+ "MonoDevelop.Components.HeaderBox").Children ().TreeView ().Model ().Children ().Property ("Label", name));
}
protected void SetEntry (string entryName, string entryValue, string stepName, Action<string> takeScreenshot)