mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
test(BRIDGE-133): Bridge E2E UI tests for Windows
This commit is contained in:
16
tests/e2e/ui_tests/windows_os/TestsHelper/TestData.cs
Normal file
16
tests/e2e/ui_tests/windows_os/TestsHelper/TestData.cs
Normal file
@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.IO;
|
||||
|
||||
namespace ProtonMailBridge.UI.Tests.TestsHelper
|
||||
{
|
||||
public static class TestData
|
||||
{
|
||||
public static TimeSpan FiveSecondsTimeout => TimeSpan.FromSeconds(5);
|
||||
public static TimeSpan TenSecondsTimeout => TimeSpan.FromSeconds(10);
|
||||
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";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user