Created
April 1, 2012 16:31
-
-
Save krosenvold/2276820 to your computer and use it in GitHub Desktop.
Selenium 2.21 issues to be fixed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################################ | |
ChromeDriverTests, running with latest chromedriver on chromium 17.0.963.65 | |
Testcase: testClickingOnFormElements took 0.963 sec | |
FAILED | |
Should have picked the last three options. expected:<[roquefort parmigiano cheddar]> but was:<[emmental]> | |
junit.framework.AssertionFailedError: Should have picked the last three options. expected:<[roquefort parmigiano cheddar]> but was:<[emmental]> | |
at org.openqa.selenium.interactions.CombinedInputActionsTest.testClickingOnFormElements(CombinedInputActionsTest.java:80) | |
at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80) | |
############################################################################################ | |
org.openqa.selenium.javascript.ClosureTestSuite: | |
The file-name of the on-disk test report seems to be TEST--javascript-atoms:test_ff.txt. | |
Can we have at least some minimum of consistency in the naming of the output files ? | |
############################################################################################# | |
org.openqa.selenium.javascript.ClosureTestSuite, linux, Firefox 10.0.2 | |
2012-04-01 18:47:49.006:INFO:osjsh.ContextHandler:stopped o.s.j.w.WebAppContext{/common,file:/home/kristian/lsrc/selenium/common/src/web/},/home/kristian | |
/lsrc/selenium/./common/src/web | |
------------- ---------------- --------------- | |
Testcase: /javascript/atoms/test/click_link_test.html took 10.021 sec | |
FAILED | |
Untitled Test Case [FAILED] | |
localhost:16900/javascript/atoms/test/click_link_test.html#0.0011078549399485826 | |
38 of 38 tests run in 9101ms. | |
36 passed, 2 failed. | |
240 ms/test. 96 files loaded. | |
ERROR in testClickFocusOnAnElementBeforeFinishingClickSequence [Waiting for link focus] | |
Timed out while waiting for continueTesting() to be called. | |
ERROR in testTapFocusOnAnElementBeforeFinishingClickSequence [Waiting for link focus] | |
Timed out while waiting for continueTesting() to be called. | |
ERROR in testTapHashOnlyAnchorInAnIframeExecutesDefaultHandler [Waiting a cycle for page to update.] | |
Expected <#0.4666813033140589> (String) but was <#0.3566666052587828> (String) | |
> anonymous(null,false,"Expected <#0.4666813033140589> (String) but was <#0.3566666052587828> (String)") at http://localhost:16900/third_party/closure/goog/testing/asynctestcase.js:546 | |
> assertEquals("#0.4666813033140589","#0.3566666052587828") at http://localhost:16900/third_party/closure/goog/testing/asserts.js:298 | |
ERROR in testTapNestedElementExecutesDefaultHandler [Waiting for iframe to load] | |
Expected <#0.3566666052587828> (String) but was <> (String) | |
> anonymous(null,false,"Expected <#0.3566666052587828> (String) but was <> (String)") at http://localhost:16900/third_party/closure/goog/testing/asynctestcase.js:546 | |
> assertEquals("#0.3566666052587828","") at http://localhost:16900/third_party/closure/goog/testing/asserts.js:298 | |
expected:<38> but was:<36> | |
junit.framework.AssertionFailedError: Untitled Test Case [FAILED] | |
############################################################################################# | |
NativeEventsFirefoxDriverTests, Firefox 10.0.2, Linux x64 | |
Lots of complaints like | |
Testcase: testBasicKeyboardInput took 0.099 sec | |
Caused an ERROR | |
Cannot perform native interaction: Could not load native events component. | |
---- | |
Testcase: nativeEventsCanBeEnabled took 1.748 sec | |
FAILED | |
Native events were explicitly enabled and should be on. | |
junit.framework.AssertionFailedError: Native events were explicitly enabled and should be on. | |
at org.openqa.selenium.firefox.NativeEventsTest.nativeEventsCanBeEnabled(NativeEventsTest.java:38) | |
at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80) | |
?? | |
This failure looks like something different: | |
Testcase: testNonPrintableCharactersShouldWorkWithContentEditableOrDesignModeSet took 0.136 sec | |
FAILED | |
expected:<[Fish]ee!> but was:<[DishF]ee!> | |
junit.framework.AssertionFailedError: expected:<[Fish]ee!> but was:<[DishF]ee!> | |
at org.openqa.selenium.TypingTest.testNonPrintableCharactersShouldWorkWithContentEditableOrDesignModeSet(TypingTest.java:699) | |
at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment