-
Notifications
You must be signed in to change notification settings - Fork 1
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
59: Update WhatsApp supported version annotation to latest version #60
Conversation
RELEASE_NOTES
Outdated
@@ -1,3 +1,7 @@ | |||
Version 2.4.0 | |||
------------- | |||
59. WhatsApp: update supported_version annotation to 2.24.23.78 |
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 does look like a little bit more happened than just updating the version annotation. Should we add something in the release notes about the updated WhatsApp actions?
|
||
sleep(0.5) | ||
self.driver.find_element(by=By.CLASS_NAME, value="android.widget.ImageView").click() | ||
if self.is_present('//android.widget.LinearLayout[@content-desc="Gallery"]'): |
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.
Maybe add a comment above each of these two cases to explain a bit more?
E.g., what is the first case, when does it occur, and what is the second? I find it hard to understand by just looking at the XPath expressions.
Alternatively, we could extract two methods with meaningful names for each case.
…moving participants from group, and opening view once photos
No description provided.