~aacid/unity8/dash_overview

« back to all changes in this revision

Viewing changes to tests/autopilot/unity8/shell/emulators/dash.py

  • Committer: Albert Astals
  • Date: 2014-08-07 15:27:32 UTC
  • mfrom: (1155.1.29 do_merged)
  • Revision ID: albert.astals@canonical.com-20140807152732-0zf22298f1lsxrz8
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
        headerContainer.contentY.wait_for(0)
151
151
        search_text_field = self._get_search_text_field()
152
152
        search_text_field.write(query)
153
 
        current_header.select_single(objectName="searchIndicator").running.wait_for(False)
 
153
        self.select_single(objectName="processingIndicator").visible.wait_for(False)
154
154
 
155
155
    def _get_search_text_field(self):
156
156
        page_header = self._get_current_page_header()