1. 24 Sep, 2019 2 commits
    • Walmyr Lima's avatar
      Update page object waiting method for robustness · 8fa54f9e
      Walmyr Lima authored
      The `finish_loading` method waits for an element within another
      element not to have the css selector `.fa-spinner`, but the ele-
      ment used in the `wait_assignees_block_finish_loading` method
      always has this class within the element with the following css
      selector `.qa-assignee-block`, which makes the `finish_loading`
      method not useful for this specific case, but the selector
      `.qa-assignee-block .fa-spinner.block-loading` is only shown while
      the block is loading, and then such an element is removed from the
      DOM.
      
      I noticed the new test that uses the method
      `wait_assignees_block_finish_loading` failing on CI, but I could
      not reproduce the issue locally, so, this change is a try to fix it.
      8fa54f9e
    • Walmyr Lima's avatar
      Add new method to base page object · 2255b811
      Walmyr Lima authored
      2255b811
  2. 23 Sep, 2019 38 commits