mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-17 11:31:46 +00:00
Replace 'my' with 'your'
See https://www.google.com/design/spec/style/writing.html#writing-language // FREEBIE
This commit is contained in:
@@ -58,7 +58,7 @@ public class ConversationListActivityActions {
|
||||
|
||||
public static void clickMyIdentity(Context context) throws Exception {
|
||||
openActionBarOverflowOrOptionsMenu(context);
|
||||
onView(withText(R.string.arrays__my_identity_key)).perform(click());
|
||||
onView(withText(R.string.arrays__your_identity_key)).perform(click());
|
||||
}
|
||||
|
||||
public static void clickSettings(Context context) throws Exception {
|
||||
|
||||
@@ -60,7 +60,7 @@ public class ConversationListActivityTest extends TextSecureEspressoTestCase<Con
|
||||
onView(withText(R.string.text_secure_normal__menu_new_group)).check(matches(isDisplayed()));
|
||||
onView(withText(R.string.text_secure_normal__mark_all_as_read)).check(matches(isDisplayed()));
|
||||
onView(withText(R.string.arrays__import_export)).check(matches(isDisplayed()));
|
||||
onView(withText(R.string.arrays__my_identity_key)).check(matches(isDisplayed()));
|
||||
onView(withText(R.string.arrays__your_identity_key)).check(matches(isDisplayed()));
|
||||
onView(withText(R.string.text_secure_normal__menu_settings)).check(matches(isDisplayed()));
|
||||
|
||||
if (!TextSecurePreferences.isPasswordDisabled(getContext())) {
|
||||
|
||||
Reference in New Issue
Block a user