test(BRIDGE-136): Download Bridge

This commit is contained in:
Gjorgji Slamkov
2025-08-15 09:25:10 +02:00
committed by Gordana Zafirova
parent cf9b35163a
commit fd709b0d08
21 changed files with 697 additions and 130 deletions

View File

@ -26,8 +26,7 @@ namespace ProtonMailBridge.UI.Tests.Tests
LaunchApp();
}
[Test]
[Category("ZeroPercentUpdateRollout")]
[Test, Category("TemporarilyExcluded")]
public void EnableBetaAccessVerifyBetaIsEnabledVerifyNotificationAndRestartBridge()
{
_zeroPercentWindow.ClickStartSetupButton();
@ -52,6 +51,7 @@ namespace ProtonMailBridge.UI.Tests.Tests
public void TestCleanup()
{
ClientCleanup();
}
}
}