~osomon/webbrowser-app/browserpage

« back to all changes in this revision

Viewing changes to tests/autopilot/webbrowser_app/tests/test_keyboard.py

  • Committer: Olivier Tilloy
  • Date: 2016-05-05 10:09:48 UTC
  • Revision ID: olivier.tilloy@canonical.com-20160505100948-po7c5owe6wxgbeyj
Make HistoryViewWide a BrowserPage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
370
370
 
371
371
        self.main_window.press_key('Escape')
372
372
        self.assertThat(history_view.searchMode, Eventually(Equals(False)))
373
 
        self.assertThat(search_field.visible, Equals(False))
 
373
        search_field.wait_until_destroyed()
374
374
 
375
375
        self.main_window.press_key('Escape')
376
376
        history_view.wait_until_destroyed()