drive: Make FileManagerBrowserTest more robust
Previously, getFileList() was called directly from testFileDisplay(). This was bad, as it's not guaranteed that the file list is already rendered by the time testFileDisplay() is called, hence the test was flaky. We should use waitForFileListChange() instead. Likewise, doKeyboardTest() and doKeyboardTestWithConfirmation() are fixed in the same way. BUG=224534 Review URL: https://chromiumcodereview.appspot.com/13450004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192550 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment