зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1564507 - Remove 'ZZ' from AccessibilityTest. r=agi
Now that we don't rely on XPCOM accessibility anymore we shouldn't see intermittents with accessibility on. Differential Revision: https://phabricator.services.mozilla.com/D61773 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
07588ea329
Коммит
bd8bbc3f73
|
@ -48,8 +48,7 @@ const val DISPLAY_HEIGHT = 640
|
||||||
@RunWith(AndroidJUnit4::class)
|
@RunWith(AndroidJUnit4::class)
|
||||||
@MediumTest
|
@MediumTest
|
||||||
@WithDisplay(width = DISPLAY_WIDTH, height = DISPLAY_HEIGHT)
|
@WithDisplay(width = DISPLAY_WIDTH, height = DISPLAY_HEIGHT)
|
||||||
// TODO: Bug 1564507, to work around it we run AccessibilityTest at the end
|
class AccessibilityTest : BaseSessionTest() {
|
||||||
class ZZAccessibilityTest : BaseSessionTest() {
|
|
||||||
lateinit var view: View
|
lateinit var view: View
|
||||||
val screenRect = Rect(0, 0, DISPLAY_WIDTH, DISPLAY_HEIGHT)
|
val screenRect = Rect(0, 0, DISPLAY_WIDTH, DISPLAY_HEIGHT)
|
||||||
val provider: AccessibilityNodeProvider get() = view.accessibilityNodeProvider
|
val provider: AccessibilityNodeProvider get() = view.accessibilityNodeProvider
|
||||||
|
|
Загрузка…
Ссылка в новой задаче