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

Commit 40d3988a authored by Jay Aliomer's avatar Jay Aliomer Committed by Android (Google) Code Review
Browse files

Merge "Fix the host golden path asset dir config" into tm-qpr-dev

parents 05dfa43c 8de378a9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,9 +23,11 @@ import platform.test.screenshot.PathConfig
/** A [GoldenImagePathManager] that should be used for all SystemUI screenshot tests. */
class SystemUIGoldenImagePathManager(
    pathConfig: PathConfig,
    override val assetsPathRelativeToRepo: String = "tests/screenshot/assets"
) :
    GoldenImagePathManager(
        appContext = InstrumentationRegistry.getInstrumentation().context,
        assetsPathRelativeToRepo = assetsPathRelativeToRepo,
        deviceLocalPath =
            InstrumentationRegistry.getInstrumentation()
                .targetContext