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 f2a731f commit edd0fcdCopy full SHA for edd0fcd
java/client/test/org/openqa/selenium/CookieImplementationTest.java
@@ -210,7 +210,7 @@ public void testAddCookiesWithDifferentPathsThatAreRelatedToOurs() {
210
assertCookieIsPresentWithName(cookie1.getName());
211
assertCookieIsPresentWithName(cookie2.getName());
212
213
- driver.get(domainHelper.getUrlForFirstValidHostname("/common/simplePage.html"));
+ driver.get(domainHelper.getUrlForFirstValidHostname("/common/simpleTest.html"));
214
assertCookieIsNotPresentWithName(cookie1.getName());
215
}
216
0 commit comments