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

Fix killAndReopenApp #5907

Merged
merged 4 commits into from
Jan 16, 2024
Merged

Fix killAndReopenApp #5907

merged 4 commits into from
Jan 16, 2024

Conversation

seadowg
Copy link
Member

@seadowg seadowg commented Jan 11, 2024

Closes #5899

The core change here was to move the code that deals with dismissing the tooltip to PrepDeviceForTestRule and to deal with it in a new task rather than the task being used for the current test flow. The idea here is to reduce the risk of running into problems by not interfering with the test task and also by reducing the amount of times the UIDevice code will actually need to run.

I've run this multiple times and not seen flakes locally or on Test Lab.

@seadowg seadowg changed the title Fix killAndReopenApp Fix killAndReopenApp Jan 11, 2024
clickOnSelectedLanguage(language);
}

onData(equalTo(language)).perform(click());
Copy link
Member Author

Choose a reason for hiding this comment

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

I changed this as I ran into flakes with clickOnSelectedLanguage while testing my changes to killAndReopenApp.

@seadowg seadowg marked this pull request as ready for review January 15, 2024 11:31
@grzesiek2010 grzesiek2010 merged commit b641c3e into getodk:master Jan 16, 2024
6 checks passed
@seadowg seadowg deleted the killAndReopenApp branch January 16, 2024 14:00
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.

Fix killAndReopenApp implementation
2 participants