Skip to content

Commit

Permalink
Fixing Java syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Mar 2, 2015
1 parent e7fdca3 commit eea1ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/client/test/org/openqa/selenium/TypingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ public void testNumberpadKeys() {

@JavascriptEnabled
@Ignore(value = {IE, MARIONETTE},
reason = "untested user agents, "IE: F4 triggers address bar")
reason = "untested user agents, IE: F4 triggers address bar")
@Test
public void testFunctionKeys() {
driver.get(pages.javascriptPage);
Expand Down

0 comments on commit eea1ecf

Please sign in to comment.