mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
CA-157786: Updated tests.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
7ec3881e05
commit
5bb7e3bac5
@ -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" };
|
||||
|
@ -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" };
|
||||
|
Loading…
Reference in New Issue
Block a user