Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2122)

Unified Diff: chrome/test/data/extensions/api_test/media_galleries/copy_to_access/test.js

Issue 2467413002: Fix MediaGalleriesPlatformAppBrowserTest tests with PlzNavigate. (Closed)
Patch Set: a Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/media_galleries/copy_to_access/test.js
diff --git a/chrome/test/data/extensions/api_test/media_galleries/copy_to_access/test.js b/chrome/test/data/extensions/api_test/media_galleries/copy_to_access/test.js
index 48b6b87e327fbc065ac3abd3af4e50aff0bdc080..46aa0850b93c4f4a43c9db2b5cdd3a0d6950329a 100644
--- a/chrome/test/data/extensions/api_test/media_galleries/copy_to_access/test.js
+++ b/chrome/test/data/extensions/api_test/media_galleries/copy_to_access/test.js
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-CreateDummyWindowToPreventSleep();
-
chrome.test.runTests([
function validFileCopyToShouldSucceed() {
runCopyToTest(validWEBPImageCase, true /* expect success */);

Powered by Google App Engine
This is Rietveld 408576698