~ralsina/ubuntuone-windows-installer/fix_800381

« back to all changes in this revision

Viewing changes to ubuntuone_installer/gui/qt/tests/test_gui.py

  • Committer: Roberto Alsina
  • Date: 2011-06-22 15:24:26 UTC
  • Revision ID: roberto.alsina@canonical.com-20110622152426-3c6binszdcf05yum
Style fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
            congrats_page.ui.progressContainer.isVisible(), True)
78
78
 
79
79
    def test_sync_later_hides_message(self):
80
 
        """If the user selects 'Sync Later' the congrats page hides a message"""
 
80
        """If the user selects 'Sync Later' the congrats page
 
81
        hides a message"""
81
82
        congrats_page = self.ui.page(self.ui.CONGRATULATIONS_PAGE)
82
83
        congrats_page.setField("syncLater", True)
83
84