Merge "Reset tooltip preference to fix flaky test." into sc-dev

This commit is contained in:
TreeHugger Robot
2021-07-13 19:18:43 +00:00
committed by Android (Google) Code Review

View File

@@ -99,6 +99,8 @@ public class VolumeDialogImplTest extends SysuiTestCase {
Prefs.putInt(mContext,
Prefs.Key.SEEN_RINGER_GUIDANCE_COUNT,
VolumePrefs.SHOW_RINGER_TOAST_COUNT + 1);
Prefs.putBoolean(mContext, Prefs.Key.HAS_SEEN_ODI_CAPTIONS_TOOLTIP, false);
}
private State createShellState() {