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

Refactor MTE-3733 Use waitAndTap() throughout XCUITest and SyncIntegrationTests #24050

Merged
merged 2 commits into from
Jan 13, 2025

Conversation

clarmso
Copy link
Collaborator

@clarmso clarmso commented Jan 8, 2025

📜 Tickets

Jira ticket
Github issue

💡 Description

Experiment with waitAndTap() throughout XCUITests.

Update: No regression detected. Let's do something to reduce future regression! 💪🏼 The failures are currently known.
https://storage.googleapis.com/mobile-reports/public/firefox-ios-M1/FullFunctionalTests/result_1307/build/reports/index.html

📝 Checklist

You have to check all boxes before merging

  • Filled in the above information (tickets numbers and description of your work)
  • Updated the PR name to follow our PR naming guidelines
  • Wrote unit tests and/or ensured the tests suite is passing
  • When working on UI, I checked and implemented accessibility (minimum Dynamic Text and VoiceOver)
  • If needed, I updated documentation / comments for complex code and public methods
  • If needed, added a backport comment (example @Mergifyio backport release/v120)

@clarmso clarmso added the Do Not Merge ⛔️ This issue is a work in progress and is not ready to land label Jan 8, 2025
@clarmso clarmso requested a review from a team as a code owner January 8, 2025 20:52
@clarmso clarmso requested a review from rpappalax January 8, 2025 20:52
@mobiletest-ci-bot
Copy link

mobiletest-ci-bot commented Jan 8, 2025

Warnings
⚠️ Pull Request size seems relatively large. If this Pull Request contains multiple changes, please split each into separate PR will helps faster, easier review. Consider using epic branches for work that would affect main.
Messages
📖 Edited 50 files
📖 Created 0 files

Generated by 🚫 Danger Swift against ba9bea9

@clarmso clarmso requested review from dragosb01 and mdotb-moz January 8, 2025 21:15
@@ -70,11 +70,11 @@ class BaseTestCase: XCTestCase {
if icon.exists {
icon.press(forDuration: 1.5)
mozWaitForElementToExist(springboard.buttons["Remove App"])
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The mozWait can be removed.

@clarmso clarmso removed the Do Not Merge ⛔️ This issue is a work in progress and is not ready to land label Jan 9, 2025
@clarmso clarmso changed the title Refactor Use waitAndTap() throughout XCUITest and SyncIntegrationTests Refactor MTE-3733 Use waitAndTap() throughout XCUITest and SyncIntegrationTests Jan 9, 2025
@clarmso clarmso requested a review from isabelrios January 9, 2025 19:07
@clarmso
Copy link
Collaborator Author

clarmso commented Jan 9, 2025

The size of this PR is quite large. Should I split this PR into smaller chunks?

Copy link
Contributor

@mdotb-moz mdotb-moz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@isabelrios isabelrios merged commit c9ca770 into main Jan 13, 2025
10 checks passed
@isabelrios isabelrios deleted the cs/use-waitAndTap-XCUITest branch January 13, 2025 09:57
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.

4 participants