Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Bug 1026527 - Workaround input problems with flame by performing a no…
Browse files Browse the repository at this point in the history
…-op "swipe" before test starts;r=davehunt
  • Loading branch information
wlach committed Jun 20, 2014
1 parent 43449ac commit b03a6cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/eideticker/eideticker/test.py
Expand Up @@ -534,6 +534,11 @@ def run(self):
self.device.gaiaApps.switch_to_displayed_app() # switch to homescreen
appicon = None

# HACK: Bug 1026527 - perform a no-op swipe before running test to
# workaround flame not processing input events properly
self.execute_actions([['swipe_right']],
test_finished_after_actions=False)

try:
# look for the application icon in the dock first
self.log('Looking for app icon in dock')
Expand Down

0 comments on commit b03a6cd

Please sign in to comment.