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

nightly-build-test
isabelrios 5 years ago committed by No-Jun Park
parent 432d5fbff4
commit b413a57159

@ -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)
}

Loading…
Cancel
Save