We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a878a63 commit 2e8d796Copy full SHA for 2e8d796
src/Playwright.MSTest/WorkerAwareTest.cs
@@ -10,7 +10,7 @@ namespace Microsoft.Playwright.MSTest;
10
11
public class WorkerAwareTest
12
{
13
- public TestContext TestContext { get; set; } = null!;
+ public virtual TestContext TestContext { get; set; } = null!;
14
15
private static readonly ConcurrentStack<Worker> _allWorkers = new();
16
private Worker _currentWorker = null!;
0 commit comments