File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
tests/Files.InteractionTests/Tests Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ public void VerifySettingsAreAccessible()
2626
2727 var settingsItems = new string [ ]
2828 {
29- "SettingsItemGeneral" ,
30- "SettingsItemAppearance" ,
31- //"SettingsItemLayout", TODO find workaround for the "Group by" setting block issue
32- "SettingsItemFolders" ,
33- "SettingsItemActions" ,
34- "SettingsItemTags" ,
35- "SettingsItemDevTools" ,
36- "SettingsItemAdvanced" ,
37- "SettingsItemAbout"
29+ "SettingsItemGeneral"
30+ // "SettingsItemAppearance",
31+ //// "SettingsItemLayout", TODO find workaround for the "Group by" setting block issue
32+ // "SettingsItemFolders",
33+ // "SettingsItemActions",
34+ // "SettingsItemTags",
35+ // "SettingsItemDevTools",
36+ // "SettingsItemAdvanced",
37+ // "SettingsItemAbout"
3838 } ;
3939
4040 foreach ( var item in settingsItems )
You can’t perform that action at this time.
0 commit comments