Hide private browsing myths link

Also turn off Android test for it.

This is easier than actually writing our own documentation, disentangling the
link from the SUMO topic linking system, and changing the tests to respect the
new destination. The downside is that if users don't know what they're doing
with private browsing, we will no longer even try to help them.

This fixes #221.
hide-myths
Adam Novak 3 years ago
parent c769d5a19e
commit f68c56a760

@ -131,9 +131,6 @@ class HomeScreenTest {
verifyPrivateSessionMessage()
verifyHomeToolbar()
verifyHomeComponent()
}.openCommonMythsLink {
verifyUrl("common-myths-about-private-browsing")
mDevice.pressBack()
}
homeScreen {

@ -39,5 +39,6 @@
android:scrollHorizontally="false"
android:text="@string/private_browsing_common_myths"
android:textColor="?primaryText"
android:textSize="14sp" />
android:textSize="14sp"
android:visibility="gone" />
</LinearLayout>

Loading…
Cancel
Save