~elopio/ubuntu-filemanager-app/ubuntusdk_emulator

« back to all changes in this revision

Viewing changes to tests/autopilot/ubuntu_filemanager_app/emulators/main_window.py

  • Committer: Leo Arias
  • Date: 2013-06-14 05:49:28 UTC
  • Revision ID: leo.arias@canonical.com-20130614054928-78k55sfx9pl51ftf
Added information about the label bug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
        return self.app.select_single("ActionSelectionPopover")
25
25
 
26
26
    def get_current_folder_name(self):
 
27
        # XXX the label with the folder name doesn't have an objectName.
 
28
        # See bug #1190855.
27
29
        return self.app.select_single('FolderListView').select_many(
28
30
            'Label')[0].text