Bug 880650 - Don't try to dismiss VKB during testBookmarksTab; r=adrian.tamas

This commit is contained in:
Jim Chen 2013-06-18 15:49:14 -04:00
Родитель 1e76614adb
Коммит d8d660431d
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -692,7 +692,6 @@ abstract class BaseTest extends ActivityInstrumentationTestCase2<Activity> {
mActions.sendKeys(addedText);
mSolo.clickOnText("OK");
waitForText("Bookmark updated");
toggleVKB(); // close the VKB
}
public boolean checkBookmarkEdit(int bookmarkIndex, String addedText, ListView list) {
@ -712,12 +711,10 @@ abstract class BaseTest extends ActivityInstrumentationTestCase2<Activity> {
if (mSolo.searchText(addedText)) {
clickOnButton("Cancel");
waitForText("about:home");
toggleVKB(); // close the VKB
return true;
} else {
clickOnButton("Cancel");
waitForText("about:home");
toggleVKB(); // close the VKB
return false;
}
}