-
Notifications
You must be signed in to change notification settings - Fork 479
DCA1365: Bitbucket LTS - fix the issue with Selenium action "create_pull_request" #704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DCA1365: Bitbucket LTS - fix the issue with Selenium action "create_pull_request" #704
Conversation
bot-dcapt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Linter flake8 results:
- app/selenium_ui/bitbucket/pages/pages.py:234:121: E501 line too long (122 > 120 characters)
| self.execute_js(f'document.querySelector("{PullRequestLocator.delete_branch_per_merge_checkbox[1]}").click()') | ||
| self.wait_until_clickable(PullRequestLocator.pull_request_modal_merge_button).click() | ||
| self.wait_until_invisible(PullRequestLocator.del_branch_checkbox_selector) | ||
| self.wait_until_visible(PullRequestLocator.merge_diagram_selector) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@opopovss did you test this on both old and new bitbucket versions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ometelytsia yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice to add the link to CI runs to the PR, so everyone can see what was tested on the branches.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, added the link with the result of the run to the first comment
CI results after the run with changes Results