test(BRIDGE-232): Add Home Menu Bridge UI e2e automation tests

This commit is contained in:
Gordana Zafirova
2024-10-21 12:48:03 +00:00
parent 7021b1c2ea
commit 9cdc40ca05
6 changed files with 512 additions and 3 deletions

View File

@ -11,6 +11,6 @@ namespace ProtonMailBridge.UI.Tests.TestsHelper
public static TimeSpan ThirtySecondsTimeout => TimeSpan.FromSeconds(30);
public static TimeSpan OneMinuteTimeout => TimeSpan.FromSeconds(60);
public static TimeSpan RetryInterval => TimeSpan.FromMilliseconds(1000);
public static string AppExecutable => "C:\\Program Files\\Proton AG\\Proton Mail Bridge\\bridge-gui.exe";
public static string AppExecutable => "C:\\Program Files\\Proton AG\\Proton Mail Bridge\\proton-bridge.exe";
}
}