Skip to content

Commit

Permalink
CI: Updated folder tests (#11406)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 authored Feb 22, 2023
1 parent 5a102ba commit 8854bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Files.InteractionTests/Tests/FolderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ public class FolderTests
[TestCleanup]
public void Cleanup()
{
DeleteFolderTest();

// Navigate back home
TestHelper.InvokeButtonById("Home");
}
Expand All @@ -27,6 +25,8 @@ public void TestFolders()
RenameFolderTest();

CopyPasteFolderTest();

DeleteFolderTest();
}

/// <summary>
Expand Down

0 comments on commit 8854bb6

Please sign in to comment.