diff --git a/Backend/Tests/E2E.Tests/LoginTests.cs b/Backend/Tests/E2E.Tests/LoginTests.cs index b2195fc..840b134 100644 --- a/Backend/Tests/E2E.Tests/LoginTests.cs +++ b/Backend/Tests/E2E.Tests/LoginTests.cs @@ -52,6 +52,7 @@ public void Login() public void Logout() { Login(); + Thread.Sleep(3000); _driver.FindElement(Common.LogoutButton).Click(); Thread.Sleep(5000); Assert.NotNull(_driver.FindElement(LoginPage.LoginButton));