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

Commit 04adb148 authored by Sergey Pinkevich's avatar Sergey Pinkevich
Browse files

[E2E test] Use American English for contentDescription in test check

Bug: 433899059
Flag: EXEMPT no flag needed for e2e test
Test: atest TaskbarInDesktopModeTest

Change-Id: Ib947c39d672091ce349b7c6fa92097754c939620
parent b892060f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,6 +136,6 @@ abstract class TaskbarInDesktopMode(

    private companion object {
        const val ACTIVE_LABEL = "Active"
        const val MINIMIZED_LABEL = "Minimised"
        const val MINIMIZED_LABEL = "Minimized"
    }
}