Skip to content

Commit edd0fcd

Browse files
committed
Correcting path to test page in Java test
1 parent f2a731f commit edd0fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/test/org/openqa/selenium/CookieImplementationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public void testAddCookiesWithDifferentPathsThatAreRelatedToOurs() {
210210
assertCookieIsPresentWithName(cookie1.getName());
211211
assertCookieIsPresentWithName(cookie2.getName());
212212

213-
driver.get(domainHelper.getUrlForFirstValidHostname("/common/simplePage.html"));
213+
driver.get(domainHelper.getUrlForFirstValidHostname("/common/simpleTest.html"));
214214
assertCookieIsNotPresentWithName(cookie1.getName());
215215
}
216216

0 commit comments

Comments
 (0)