| Index: tools/telemetry/telemetry/page/actions/gesture_action.py
|
| diff --git a/tools/telemetry/telemetry/page/actions/gesture_action.py b/tools/telemetry/telemetry/page/actions/gesture_action.py
|
| index d05f6bab4633da7c3300deb68ae4ea7a429c0d22..14ba66381e91a97d7036d1491463bdbe9ff9374c 100644
|
| --- a/tools/telemetry/telemetry/page/actions/gesture_action.py
|
| +++ b/tools/telemetry/telemetry/page/actions/gesture_action.py
|
| @@ -18,9 +18,6 @@ class GestureAction(page_action.PageAction):
|
| else:
|
| self.wait_action = None
|
|
|
| - assert self.wait_until is None or self.wait_action is None, (
|
| - 'gesture cannot have wait_after and wait_until at the same time.')
|
| -
|
| def RunAction(self, tab):
|
| if self.wait_action:
|
| interaction_name = 'Action_%s' % self.__class__.__name__
|
|
|