Skip to content

Commit 463cd67

Browse files
committed
Set should restart app instead of dispose helper
1 parent da7b0dc commit 463cd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UITests/UITests.Tests.Shared/UITestBase.cs

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

0 commit comments

Comments
 (0)