Skip to content
Snippets Groups Projects
  1. Aug 20, 2012
    • Leah Klearman's avatar
      many updates to run.py · 724576ba
      Leah Klearman authored
          * comment that i think it will work with python 2.6
          * write out a credentials.yaml file if it doesn't exist
          * save results to different folders so you end up with all of them
          rather than just the most recently finished
      
          put in missing comma
      
          it was causing a file "-.html" to be created
      
          pull out sauce and globalize no proxy
      
          no more StaleElementException, hopefully
      
          rework --everywhere
      
          since it probably maxes out at 3 browsers, removed the limitation about
          doing --all and --everywhere at the same time
      
          changed python version limitation to 2.6
      
          update README to warn people about python on windows
      
          append .exe to program names so they can be found on windows
      
          run.py now runs well on windows and -e calls both FF and Chrome
      
          IEDriver does not provide a clean environment, tests will Error from
          the second run
          Opera does not have a local WebDriver implementation.
      724576ba
  2. Aug 18, 2012
  3. Aug 17, 2012
  4. Aug 16, 2012
  5. Aug 15, 2012
    • Brian Warner's avatar
      Bug #2307: don't expire existing sessions when adding a secondary address · 5f5d8e53
      Brian Warner authored
      If a persona.org account is initially created with a "primary"
      address (meaning an address served by a participating IdP, so
      persona.org is given an assertion from that IdP as proof of ownership),
      the new account will not have a password associated with it. If you then
      add a "secondary" address (meaning an address *not* served by a
      participating IdP, requiring an email challenge to prove ownership), you
      will have to set up a password when you add the secondary. The
      establishment of this password should *not* invalidate any sessions that
      were set up earlier.
      
      In Bug #2307, this manifested as the first browser (in which the
      add-secondary-email operation was started, so it had the old session and
      was waiting for the operation to complete, polling
      /wsapi/email_addition_status all the while) receiving a "400
      Unauthorized" error when the email challenge link was opened in a second
      browser (which thus got a new session).
      
      The test for this effect lives in tests/primary-then-secondary-test.js,
      which need the same 2-second delay as password-update-test.js (to make
      sure that the modified lastPasswordReset time was actually different
      than the previous value, so the session really would be expired).
      5f5d8e53
    • Leah Klearman's avatar
      avoid running tests that require --email · 54ec6071
      Leah Klearman authored
      avoiding them in two ways,
      * -m travis
      * skip if mozwebqa.email == None
      
      also, longer timeouts
      54ec6071
    • Lloyd Hilaiel's avatar
      Merge pull request #2316 from ozten/doc-removal · cc6c7758
      Lloyd Hilaiel authored
      Removing DEPLOYMENT.md per lloyd
      cc6c7758
    • Austin King's avatar
      Removing DEPLOYMENT.md per lloyd · c7afc1e5
      Austin King authored
      c7afc1e5
    • jared hirsch's avatar
      Merge pull request #2315 from mozilla/personaorg_tests · ec9364ae
      jared hirsch authored
      Personaorg tests
      ec9364ae
    • Leah Klearman's avatar
      works for WinXP + IE8 · 78941db1
      Leah Klearman authored
      78941db1
    • Leah Klearman's avatar
      working for WinXP FF13 · 72331ddd
      Leah Klearman authored
      72331ddd
  6. Aug 14, 2012
  7. Aug 13, 2012
  8. Aug 11, 2012
Loading