chore: Got rid of something that is not needed, but was failing the pipeline.

This commit is contained in:
Gordana Zafirova
2025-08-15 14:38:01 +02:00
committed by Gordana Zafirova
parent 5bb71575c3
commit 8baa7e3b6e

View File

@ -30,7 +30,7 @@ namespace ProtonMailBridge.UI.Tests.Windows
{ {
ClickStartSetupButton(); ClickStartSetupButton();
TestContext.Out.WriteLine($"Trying to login with '{user.Username}':'{user.Password}'. Attempt {i}."); TestContext.Out.WriteLine($"Trying to login with '{user.Username}':'{user.Password}'.");
EnterCredentials(user); EnterCredentials(user);
WaitForAuthorizationToComplete(loginTimeout); WaitForAuthorizationToComplete(loginTimeout);