2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-02 03:40:16 +00:00

For #24490 - Remove index selectors in UI tests.

This commit is contained in:
Eitan Isaacson 2022-03-28 16:03:31 -07:00 committed by mergify[bot]
parent fab6b8d1d8
commit f9369a5535
2 changed files with 0 additions and 4 deletions

View File

@ -889,7 +889,6 @@ private val getLocationButton = mDevice.findObject(UiSelector().text("Get Locati
val userNameTextBox =
mDevice.findObject(
UiSelector()
.index(0)
.resourceId("username")
.className("android.widget.EditText")
.packageName("$packageName")
@ -898,7 +897,6 @@ val userNameTextBox =
private val submitLoginButton =
mDevice.findObject(
UiSelector()
.index(2)
.resourceId("submit")
.textContains("Submit Query")
.className("android.widget.Button")
@ -908,7 +906,6 @@ private val submitLoginButton =
val passwordTextBox =
mDevice.findObject(
UiSelector()
.index(1)
.resourceId("password")
.className("android.widget.EditText")
.packageName("$packageName")

View File

@ -178,7 +178,6 @@ private val progressBar =
private val submitLoginButton =
mDevice.findObject(
UiSelector()
.index(2)
.resourceId("submit")
.textContains("Submit Query")
.className("android.widget.Button")