Skip to content

Commit b823a5e

Browse files
committed
[java] Fixing a check in a test to match the target HTML file
1 parent 527c3fe commit b823a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public void shouldBeAbleToClearTextInput() {
128128

129129
@Test
130130
public void shouldBeAbleToClearUrlInput() {
131-
shouldBeAbleToClearInput(By.name("url_input"), "http://selenium.dev/");
131+
shouldBeAbleToClearInput(By.name("url_input"), "https://selenium.dev/");
132132
}
133133

134134
@Test

0 commit comments

Comments
 (0)