Skip to content

Commit 8d99094

Browse files
committed
Still dispose helper
1 parent 463cd67 commit 8d99094

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UITests/UITests.Tests.Shared/UITestBase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ public async Task TestInitialize()
178178
[TestCleanup]
179179
public async Task TestCleanup()
180180
{
181+
helper.Dispose();
181182
TestEnvironment.ShouldRestartApplication = true;
182183
TestCleanupHelper.Cleanup();
183184
}

0 commit comments

Comments
 (0)