[fenix] For https://github.com/mozilla-mobile/fenix/issues/6697: Add Tracking Protect...
commit2cd24512b95a6d1a765871819f5b8161bb381a0d
authorAaron Train <aaron.train@gmail.com>
Mon, 16 Dec 2019 15:12:43 +0000 (16 10:12 -0500)
committerGitHub <noreply@github.com>
Mon, 16 Dec 2019 15:12:43 +0000 (16 10:12 -0500)
tree36d52a48794ccf71523f2c2cd5e01cef45480f99
parenta49ce603e440cdc6fdc4947cda55a2de585ccc98
[fenix] For https://github.com/mozilla-mobile/fenix/issues/6697: Add Tracking Protection UI Tests (https://github.com/mozilla-mobile/fenix/pull/6825)

Add tests for verifying basic UI functionality of Enhanced Tracking Protection
mobile/android/fenix/app/src/androidTest/assets/pages/etp.html [new file with mode: 0644]
mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/helpers/TestAssetHelper.kt
mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/helpers/TestHelper.kt
mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/EnhancedTrackingProtectionTest.kt [new file with mode: 0644]
mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/SettingsPrivacyTest.kt
mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/robots/EnhancedTrackingProtectionRobot.kt [new file with mode: 0644]
mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/robots/SettingsRobot.kt
mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/robots/SettingsSubMenuEnhancedTrackingProtectionExceptionsRobot.kt [new file with mode: 0644]
mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/robots/SettingsSubMenuEnhancedTrackingProtectionRobot.kt [new file with mode: 0644]