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

Commit ece277a5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "shell tests: add EnsureDeviceSettingsRule" into main

parents a8d0fa5c 1a6a0c8a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
package com.android.wm.shell

import android.app.Instrumentation
import android.platform.test.rule.EnsureDeviceSettingsRule
import android.platform.test.rule.NavigationModeRule
import android.platform.test.rule.PressHomeRule
import android.platform.test.rule.UnlockScreenRule
@@ -49,5 +50,6 @@ object Utils {
                )
            )
            .around(PressHomeRule())
            .around(EnsureDeviceSettingsRule())
    }
}
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ java_defaults {
        "flickerlib-helpers",
        "flickerlib-trace_processor_shell",
        "platform-test-annotations",
        "platform-test-rules",
        "wm-flicker-common-app-helpers",
        "wm-flicker-common-assertions",
        "launcher-helper-lib",