Skip to content

Commit

Permalink
added local copy for videoUpload E2E test in CI pipe so its in the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Radoslav Radev committed May 3, 2024
1 parent 10724c0 commit 6639291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Backend/Tests/E2E.Tests/LoginTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 6639291

Please sign in to comment.