Skip to content

Instantly share code, notes, and snippets.

@jaredhirsch
Created November 30, 2012 01:34
Show Gist options
  • Save jaredhirsch/4173166 to your computer and use it in GitHub Desktop.
Save jaredhirsch/4173166 to your computer and use it in GitHub Desktop.
IE9 failures 11/29
Summary:
- number of tests failing because not detecting 'li#loggedin span' (logged in node) on 123done, even though this is clearly visible on the page. wondering if maybe it's looking at the wrong window? maybe IE9 puts the newest window at the front, not back, of the window_handles array? I think for IE9 we might need to explicitly store the window handle at the start of the test.
Individual runs:
#16 - uncaught wd error caused failure:
- https://ci.mozilla.org/view/Persona/job/identity.browserid.dev.windows.7.ie.9.latest-selenium/16/console
returning-user | vista_ie_9 | /var/lib/jenkins/jobs/identity.browserid.dev.windows.7.ie.9.latest-selenium/workspace/automation-tests/node_modules/wd/lib/webdriver.js:70
returning-user | vista_ie_9 | var messageMatch = value.match(/([^\n]+)\nCommand duration/);
returning-user | vista_ie_9 | ^
returning-user | vista_ie_9 | TypeError: Cannot call method 'match' of null
returning-user | vista_ie_9 | at Object.<anonymous> (/var/lib/jenkins/jobs/identity.browserid.dev.windows.7.ie.9.latest-selenium/workspace/automation-tests/node_modules/wd/lib/webdriver.js:70:42)
#15
- health-check: ?
- new-user-secondary: "there has been an error"
- https://saucelabs.com/tests/53891fd6108645a6b279d892f46f70b5#
#14
- new-user-secondary: failed to find logged-in node on 123done.org
- https://saucelabs.com/tests/f4a6c35292b94e8c8aaba386ceebca3c#
#13
- new-user-primary: failed to find logged-in node on 123done.org
- https://saucelabs.com/jobs/321fca7f7ee346bcb6608ad01f9de277
- returning-user: another mystery error: java.lang.InterruptedException
- https://saucelabs.com/jobs/d6ebff50cb764d26bccc28b3637b7f94/selenium-server.log
#12
- new-user-primary: failed to find logged-in node on myfavoritebeer.org, similar error to not finding logged-in node on 123done.org
- https://saucelabs.com/tests/e0a4a9869bea43d6b0bb09e94972967f
#11
- change-password: failed to find logged-in node on 123done.org
- https://saucelabs.com/tests/fe488952c7ca4eafaaad300e519371c3#
#10
- cancel-account: "there has been an error"
- https://saucelabs.com/tests/535cc40f08f84352af72f8e2b7ca6f51#
- returning-user: yes! definitive proof that IE9 is looking in the wrong window!
- https://saucelabs.com/jobs/7e772c3b8ebb479186a6bc3fcae657e6/selenium-server.log has:
15:48:36.094 ERROR - Unexpected exception during findElement
org.openqa.selenium.NoSuchWindowException: Unable to find element with css selector == #emailList .email (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 20.01 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment