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

Commit 2acc95b8 authored by Jay Aliomer's avatar Jay Aliomer Committed by Automerger Merge Worker
Browse files

Merge "Fix the host golden path asset dir config" into tm-qpr-dev am: 40d3988a

parents 2b3eabb5 40d3988a
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