FuckTheWorld / chromedriver

Automatically exported from code.google.com/p/chromedriver
0 stars 0 forks source link

SendKeys failed three java tests. #284

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
TypingTest#testArrowKeysAndPageUpAndDown
TypingTest#testHomeAndEndAndPageUpAndPageDownKeys
TypingTest#testNumberpadKeys

Original issue reported on code.google.com by st...@chromium.org on 26 Mar 2013 at 3:16

GoogleCodeExporter commented 9 years ago
================================================================================
========== org.openqa.selenium.TypingTest.testArrowKeysAndPageUpAndDown (0.337s)
junit.framework.AssertionFailedError: 
Expected: is "ba1"
     got: "ba/1"

    at org.openqa.selenium.TypingTest.testArrowKeysAndPageUpAndDown(TypingTest.java:413)
    at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
    at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)

================================================================================
========== 
org.openqa.selenium.TypingTest.testHomeAndEndAndPageUpAndPageDownKeys (0.358s)
junit.framework.AssertionFailedError: 
Expected: is "0000abc1111"
     got: "000/0/abc1111"

    at org.openqa.selenium.TypingTest.testHomeAndEndAndPageUpAndPageDownKeys(TypingTest.java:433)
    at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
    at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)

================================================================================
========== org.openqa.selenium.TypingTest.testNumberpadKeys (0.445s)
junit.framework.AssertionFailedError: 
Expected: is "abcd*-+.,09+;=/3abcd"
     got: "abcd*-+,09+;=3abcd"

    at org.openqa.selenium.TypingTest.testNumberpadKeys(TypingTest.java:480)
    at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
    at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)

Original comment by st...@chromium.org on 26 Mar 2013 at 5:34

GoogleCodeExporter commented 9 years ago
Fixed in chromedriver2 0.8

Original comment by st...@chromium.org on 23 Apr 2013 at 7:44

GoogleCodeExporter commented 9 years ago

Original comment by samu...@chromium.org on 21 Feb 2015 at 12:26