Skip to content

Commit 5c7daeb

Browse files
committed
Synchronizing .NET tests with Java
1 parent 1159d0e commit 5c7daeb

File tree

2 files changed

+756
-288
lines changed

2 files changed

+756
-288
lines changed

dotnet/test/common/DriverTestFixture.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ public abstract class DriverTestFixture
7676
public string svgTestPage = EnvironmentManager.Instance.UrlBuilder.WhereIs("svgTest.svg");
7777
public string slowLoadingAlertPage = EnvironmentManager.Instance.UrlBuilder.WhereIs("slowLoadingAlert.html");
7878
public string dragDropOverflowPage = EnvironmentManager.Instance.UrlBuilder.WhereIs("dragDropOverflow.html");
79+
public string missedJsReferencePage = EnvironmentManager.Instance.UrlBuilder.WhereIs("missedJsReference.html");
7980

8081
protected IWebDriver driver;
8182

0 commit comments

Comments
 (0)