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

Commit ad13736e 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 am: 2acc95b8

parents 30fe2df4 2acc95b8
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