Commit Graph

14 Commits (6ec7bb2bf6724304de08a3c91a6c9b24c84c2964)

Author SHA1 Message Date
Mugurell 0442695972 For #26884 - Merge FeatureSettingsHelper with activity rules 2 years ago
Mugurell 5010aa7d0d For #26884: [UI tests] Reset modified settings just before the Activity finishes
This should prevent issues with the cleanup being done earlier (even in @After)
and affecting the behavior of the Activity which is still running.
With this issue fixed I've re-enabled verifyCustomizeHomepageTest.

Because when FeatureSettingsHelper is instantiated it caches the settings
values from that instant it's important to only use one instance of it so I've
updated all tests that are using HomeActivityTestRule.
HomeActivityIntentTestRule may be updated with a similar functionality later.
2 years ago
mcarare ffcef5ff2e For #26844: Fix ktlint issues and remove them from baseline. 2 years ago
Aaron Train 23796286df No issue: Refactor UIDevice calls in UIAutomator code 2 years ago
Aaron Train c15303b67f For #25132 - Catch intermittent RuntimeException in early getInstrumentation() call
fix: ktlint
2 years ago
Aaron Train 04daad863f
Upgrade AndroidX Espresso Deps and support API 30 (#23904) 2 years ago
Oana Horvath f3e3f86388 No issue: Change hardcoded package and app name in tests 3 years ago
Oana Horvath 246348501c For #18644: fix metod to verify system notifications 3 years ago
Oana Horvath d7f1117e17 For #16317 UI tests: save longTap preference to restore it 3 years ago
Oana Horvath 4e4bbcc334 For #16317: resets long press delay at the end of UI tests 3 years ago
Michael Comella c33aafb024 For #13959: add HomeActivityTestRule.skipOnboarding.
This is more correct, faster, and results in less copy-paste duplication
than the current behavior:
  homeScreen { }.dismissOnboarding()

Which opens settings to dismiss onboarding.
4 years ago
Oana Horvath 0b2e629774
Closes #13219: Changes device long-tap delay before UI tests (#13502) 4 years ago
Kadeem M e22d092f5d Added UI tests for the About Settings page (#6161) 5 years ago
Kevin Brosnan 493bab42a4 UI tests for the home screen 5 years ago