CA-157786: Updated tests.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
Konstantina Chremmou 2016-10-18 08:53:23 +01:00
parent 7ec3881e05
commit 5bb7e3bac5
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ namespace XenAdminTests.TabsAndMenus
private string[] UserTemplateTabs = new[] { "General", "Memory", "Storage", "Networking", "Search" };
private string[] SRTabs = new[] { "General", "Storage", "Search" };
private string[] SnapshotTabs = new[] { "General", "Memory", "Networking", "Search" };
private string[] VDITabs = new [] { "Search" };
private string[] VDITabs = new [] { "General", "Search" };
private string[] NetworkTabs = new [] { "Search" };
private string[] GroupingTagTabs = new[] { "Search" };
private string[] FolderTabs = new[] { "Search" };

View File

@ -66,7 +66,7 @@ namespace XenAdminTests.TabsAndMenus
private string[] UserTemplateTabs = new[] { "General", "Memory", "Storage", "Networking", "Search" };
private string[] SRTabs = new[] { "General", "Storage", "Search" };
private string[] SnapshotTabs = new[] { "General", "Memory", "Networking", "Search" };
private string[] VDITabs = new [] { "Search" };
private string[] VDITabs = new [] { "General", "Search" };
private string[] NetworkTabs = new [] { "Search" };
private string[] GroupingTagTabs = new [] { "Search" };
private string[] FolderTabs = new [] { "Search" };