1
0
Fork 0

Fix sync test after changes in the syntaxt to check the elements (#6249)

master
isabelrios 2019-10-28 16:31:32 +01:00 committed by No-Jun Park
parent 432d5fbff4
commit b413a57159
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class SyncIntegrationTest {
}
fun tapOnContinueButton() {
val continueButton = mDevice.findObject(By.res("org.mozilla.fenix.debug:id/submit-btn"))
val continueButton = mDevice.findObject(By.res("submit-btn"))
continueButton.clickAndWait(Until.newWindow(), TestAssetHelper.waitingTime)
}