-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Conversation
Generated by 🚫 Danger Swift against ba9bea9 |
@@ -70,11 +70,11 @@ class BaseTestCase: XCTestCase { | |||
if icon.exists { | |||
icon.press(forDuration: 1.5) | |||
mozWaitForElementToExist(springboard.buttons["Remove App"]) |
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.
The mozWait
can be removed.
The size of this PR is quite large. Should I split this PR into smaller chunks? |
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.
LGTM
📜 Tickets
Jira ticket
Github issue
💡 Description
Experiment with
waitAndTap()
throughoutXCUITests
.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
@Mergifyio backport release/v120
)