~diegosarmentero/ubuntuone-control-panel/misaligned-icons

« back to all changes in this revision

Viewing changes to ubuntuone/controlpanel/gui/qt/tests/test_controlpanel.py

- Fixed some ui details and links (LP: #838601) (LP: #838628).

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
    def test_get_more_space_button(self):
141
141
        """When clicking the get more GB button, the proper url is opened."""
142
142
        self.assert_uri_hook_called(self.ui.ui.get_more_space_button,
143
 
                                    gui.EDIT_ACCOUNT_LINK)
 
143
                                    gui.EDIT_SERVICES_LINK)
144
144
 
145
145
    def test_help_button(self):
146
146
        """When clicking the help button, the proper url is opened."""