1
0
Fork 0

fix reviewer comments

master
isabelrios 2019-11-12 18:19:25 +01:00 committed by Emily Kager
parent 6b7f89433a
commit 3fc263d547
1 changed files with 3 additions and 2 deletions

View File

@ -70,13 +70,14 @@ class SyncIntegrationTest {
// currently is not possible to select each one (History/Bookmark) and verify its status
// verifyCheckBoxesSelected()
// Then select/unselect each one and verify again that its status is correct
// See issue #6544
accountSettings {
verifyBookmarksCheckbox()
verifyHistoryCheckbox()
verifySignOutButton()
verifyDeviceName()
}.disconnectAccount {
sleep(TestAssetHelper.waitingTime)
mDevice.waitNotNull(Until.findObjects(By.text("Settings")), TestAssetHelper.waitingTime)
verifySettingsView()
}
}
@ -160,7 +161,7 @@ class SyncIntegrationTest {
}
fun tapReturnToPreviousApp() {
sleep(TestAssetHelper.waitingTime)
mDevice.waitNotNull(Until.findObjects(By.text("Settings")), TestAssetHelper.waitingTime)
mDevice.pressBack()
}