[Audiosharing] Apply new string resid
Test: atest Flag: com.android.settingslib.flags.enable_le_audio_sharing Bug: 362858921 Bug: 362858894 Change-Id: I4c80d834515e43bade5f2207dc013dc30c6ab7be
This commit is contained in:
@@ -211,9 +211,9 @@ public class BluetoothDevicePairingDetailBaseTest {
|
||||
assertThat(dialog).isNotNull();
|
||||
TextView message = dialog.findViewById(R.id.message);
|
||||
assertThat(message).isNotNull();
|
||||
// TODO: use stringr res once finalized
|
||||
assertThat(message.getText().toString()).isEqualTo(
|
||||
"Connecting to " + TEST_DEVICE_ADDRESS + "...");
|
||||
mContext.getString(R.string.progress_dialog_connect_device_content,
|
||||
TEST_DEVICE_ADDRESS));
|
||||
verify(mFragment, never()).finish();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user