Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5094d645 authored by Josh Tsuji's avatar Josh Tsuji
Browse files

Reset tooltip preference to fix flaky test.

Fixes: 187725725
Test: run test in studio a few times, it passes instead of failing
Change-Id: I780cc09eb9b13b415f9299ab2e3661261ae2066e
parent 71f911e7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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() {