From 66392911839fdd4a5e1f52b372dc6330613afc8f Mon Sep 17 00:00:00 2001 From: Radoslav Radev Date: Fri, 3 May 2024 13:48:04 +0200 Subject: [PATCH] added local copy for videoUpload E2E test in CI pipe so its in the repo --- Backend/Tests/E2E.Tests/LoginTests.cs | 1 + 1 file changed, 1 insertion(+) 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));