[WinAppDriver tests] Affection on user setting files fix (#4186)

This commit is contained in:
Seraphima Zykova
2020-06-19 11:09:12 +03:00
committed by GitHub
parent c78e6588ad
commit 90efc5740f
13 changed files with 315 additions and 190 deletions

View File

@@ -224,6 +224,7 @@ namespace JSONHelpers
{
std::wstring result = PTSettingsHelper::get_module_save_folder_location(moduleName);
jsonFilePath = result + L"\\" + std::wstring(L"zones-settings.json");
appZoneHistoryFilePath = result + L"\\" + std::wstring(L"app-zone-history.json");
}
#endif