An error occurred fetching the project authors.
  1. 14 Jun, 2019 1 commit
  2. 05 Jun, 2019 1 commit
    • Mark Lapierre's avatar
      Fix Web IDE add template test · 5cccf313
      Mark Lapierre authored
      Wait for the new file modal to stop animating before clicking it
      
      We now need to click the commit button 3 times:
      1. To enter commit mode
      2. To being staging changes
      3. To submit the commit
      5cccf313
  3. 07 May, 2019 1 commit
    • Mark Lapierre's avatar
      Add branch_name qa selector · f00286bc
      Mark Lapierre authored
      Uses the branch_name element to find a branch with a specific
      name, instead of using a dynamic CSS class that can't be validated
      by the sanity selector test
      f00286bc
  4. 25 Feb, 2019 1 commit
    • Sanad Liaquat's avatar
      Update GitHub Import test · ddef2f1f
      Sanad Liaquat authored
      Removes the unnecessary :orchestrated tag and updates a few
      selectors. Also wait_for_success for import before proceeding.
      The test is currently placed in quarantine because of a bug.
      ddef2f1f
  5. 11 Feb, 2019 1 commit
  6. 29 Jan, 2019 1 commit
  7. 25 Jan, 2019 1 commit
    • Mark Lapierre's avatar
      Fix failing E2E test · dbb53248
      Mark Lapierre authored
      Sometimes add_list_delete_branches_spec.rb would not wait after
      deleting a branch before checking that the branch was done. It would
      fail when the UI was still processing.
      
      This checks that the loading icon is gone before returning from
      delete_branch.
      
      It also makes sure credentials are added properly after recent changes
      to QA::Git::Repository
      dbb53248
  8. 07 Jan, 2019 1 commit
    • Mark Lapierre's avatar
      Wait for Web IDE commit animation · 8299df75
      Mark Lapierre authored
      Wait for the "Commit..." button to disappear and the "Stage & Commit"
      button to appear before clicking the latter button. The animation that
      is shown while changing the buttons must complete before clicking
      "Stage & Commit" will have any effect _even if_ the button is visible
      before the animation is complete.
      8299df75
  9. 28 Dec, 2018 1 commit
  10. 20 Dec, 2018 1 commit
  11. 25 Oct, 2018 1 commit
  12. 19 Oct, 2018 1 commit
    • Mark Lapierre's avatar
      Log page actions · 45860bc8
      Mark Lapierre authored
      Override page object methods to log the actions taken by the methods
      before or after the action, as appropriate.
      
      Allow page object action logging to be turned on via a QA_DEBUG env var.
      Unlike CHROME_HEADLESS (and the soon to arrive VERBOSE), QA_DEBUG
      is false by default.
      
      QA_DEBUG is used instead of just DEBUG because that enables Selenium
      debug logging.
      
      Mask passwords entered into fields with a QA selector with 'password'
      in the name. Doesn't mask sensitive data entered into any other field.
      45860bc8