Skip to content
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

Merged
merged 6 commits into from
Jan 17, 2025

Conversation

Angelina-C
Copy link
Collaborator

No description provided.

@Angelina-C Angelina-C linked an issue Jan 14, 2025 that may be closed by this pull request
@Angelina-C Angelina-C marked this pull request as draft January 14, 2025 15:09
RELEASE_NOTES Outdated
@@ -1,3 +1,7 @@
Version 2.4.0
-------------
59. WhatsApp: update supported_version annotation to 2.24.23.78
Copy link
Collaborator

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"]'):
Copy link
Collaborator

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.

@btimbermont btimbermont marked this pull request as ready for review January 17, 2025 11:36
@btimbermont btimbermont merged commit 1287063 into main Jan 17, 2025
2 checks passed
@btimbermont btimbermont deleted the 59 branch January 17, 2025 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update WhatsApp supported version to 2.24.23.78
3 participants