Update page object waiting method for robustness
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.
Showing
Please register or sign in to comment