~diegosarmentero/ubuntuone-windows-installer/congratulations-typos

« back to all changes in this revision

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

Move all the Titles and Subtitles into the Wizard Pages

Show diffs side-by-side

added added

removed removed

Lines of Context:
372
372
 
373
373
    def test_license_next(self):
374
374
        """Test what's the license page's nextID."""
375
 
        self.assertEqual(self.ui.LICENSE_PAGE.nextId(), self.ui.SIGNIN_PAGE)
376
 
 
377
 
    def test_license_next_with_creds(self):
378
 
        """Test what's the license page's nextID."""
379
375
        self.ui.creds_cb("fakecreds")
380
376
        self.assertEqual(self.ui.LICENSE_PAGE.nextId(),
381
377
            self.ui.local_folders_page_id)