test(BRIDGE-220): Add Bridge E2E UI login/logout tests for Windows

This commit is contained in:
Gordana Zafirova
2024-10-18 07:52:46 +00:00
parent 7457fb06d2
commit 93396145dc
6 changed files with 321 additions and 17 deletions

View File

@ -20,7 +20,7 @@ namespace ProtonMailBridge.UI.Tests
App.Kill();
App.Dispose();
// Give some time to properly exit the app
Thread.Sleep(2000);
Thread.Sleep(5000);
}
public static void LaunchApp()