mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-12 20:08:33 +00:00
test(BRIDGE-136): Download Bridge
This commit is contained in:
committed by
Gordana Zafirova
parent
cf9b35163a
commit
fd709b0d08
@ -33,7 +33,7 @@ namespace ProtonMailBridge.UI.Tests.Tests
|
||||
_homeResult.CheckIfLoggedIn();
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Test, Category("TemporarilyExcluded")]
|
||||
public void OpenGoToHelpTopics()
|
||||
{
|
||||
_loginWindow.SignIn(TestUserData.GetPaidUser());
|
||||
@ -46,7 +46,7 @@ namespace ProtonMailBridge.UI.Tests.Tests
|
||||
_helpMenuWindow.ClickBackFromHelpMenu();
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Test, Category("TemporarilyExcluded")]
|
||||
public void CheckForUpdates()
|
||||
{
|
||||
_loginWindow.SignIn(TestUserData.GetPaidUser());
|
||||
@ -58,7 +58,7 @@ namespace ProtonMailBridge.UI.Tests.Tests
|
||||
Wait.UntilInputIsProcessed(TimeSpan.FromSeconds(1));
|
||||
_helpMenuWindow.ClickBackFromHelpMenu();
|
||||
}
|
||||
[Test]
|
||||
[Test, Category("TemporarilyExcluded")]
|
||||
public void OpenLogs()
|
||||
{
|
||||
_loginWindow.SignIn(TestUserData.GetPaidUser());
|
||||
@ -134,7 +134,7 @@ namespace ProtonMailBridge.UI.Tests.Tests
|
||||
[TearDown]
|
||||
public void TestCleanup()
|
||||
{
|
||||
_mainWindow.RemoveAccount();
|
||||
_mainWindow.RemoveAccountTestCleanup();
|
||||
ClientCleanup();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user