Skip to content

Commit caadc71

Browse files
committed
Correcting path to test page in .NET test
1 parent a55784e commit caadc71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/test/common/CookieImplementationTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public void AddCookiesWithDifferentPathsThatAreRelatedToOurs()
180180
AssertCookieIsPresentWithName(cookie1.Name);
181181
AssertCookieIsPresentWithName(cookie2.Name);
182182

183-
driver.Url = builder.WhereIs("simplePage.html");
183+
driver.Url = builder.WhereIs("simpleTest.html");
184184
AssertCookieIsNotPresentWithName(cookie1.Name);
185185
}
186186

0 commit comments

Comments
 (0)