Skip to content

Commit ce3f4e9

Browse files
committed
Just in case
1 parent c9815fa commit ce3f4e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/common/UITestAutomation/SessionHelper.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ public void StartExe(string appPath, string[]? args = null)
169169

170170
private void TryLaunchPowerToysSettings(AppiumOptions opts)
171171
{
172+
SettingsConfigHelper.ConfigureGlobalModuleSettings("Hosts");
173+
172174
const int maxTries = 3;
173175
const int delayMs = 5000;
174176
const int maxRetries = 3;

0 commit comments

Comments
 (0)