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

Unified Diff: telemetry/telemetry/testing/fakes/__init__.py

Issue 2400123002: Wait a frame before finishing navigation (Closed)
Patch Set: Add method to FakeTab to fix tests Created 4 years, 2 months 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
« no previous file with comments | « telemetry/telemetry/internal/actions/navigate.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/testing/fakes/__init__.py
diff --git a/telemetry/telemetry/testing/fakes/__init__.py b/telemetry/telemetry/testing/fakes/__init__.py
index f9058539eaf19f56e6075a8950cf86258145197d..38d70dbaf0f72812a6f60d2f6777c1feaf36e75e 100644
--- a/telemetry/telemetry/testing/fakes/__init__.py
+++ b/telemetry/telemetry/testing/fakes/__init__.py
@@ -353,6 +353,9 @@ class _FakeTab(object):
def WaitForDocumentReadyStateToBeInteractiveOrBetter(self, timeout=0):
pass
+ def WaitForFrameToBeDisplayed(self, timeout=0):
+ pass
+
def IsAlive(self):
return True
« no previous file with comments | « telemetry/telemetry/internal/actions/navigate.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698