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 a55784e commit caadc71Copy full SHA for caadc71
dotnet/test/common/CookieImplementationTest.cs
@@ -180,7 +180,7 @@ public void AddCookiesWithDifferentPathsThatAreRelatedToOurs()
180
AssertCookieIsPresentWithName(cookie1.Name);
181
AssertCookieIsPresentWithName(cookie2.Name);
182
183
- driver.Url = builder.WhereIs("simplePage.html");
+ driver.Url = builder.WhereIs("simpleTest.html");
184
AssertCookieIsNotPresentWithName(cookie1.Name);
185
}
186
0 commit comments