summaryrefslogtreecommitdiff
path: root/src/leap/gui/tests/test_firstrun_wizard.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/gui/tests/test_firstrun_wizard.py')
-rw-r--r--src/leap/gui/tests/test_firstrun_wizard.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/leap/gui/tests/test_firstrun_wizard.py b/src/leap/gui/tests/test_firstrun_wizard.py
index c63781fc..091cd932 100644
--- a/src/leap/gui/tests/test_firstrun_wizard.py
+++ b/src/leap/gui/tests/test_firstrun_wizard.py
@@ -31,7 +31,6 @@ PAGES_DICT = dict((
('signup', firstrun.register.RegisterUserPage),
('signupvalidation',
firstrun.regvalidation.RegisterUserValidationPage),
- ('connecting', firstrun.connect.ConnectingPage),
('lastpage', firstrun.last.LastPage)
))
@@ -115,7 +114,7 @@ class FirstRunWizardTestCase(qunittest.TestCase):
pagenames = ('intro', 'providerselection', 'login', 'providerinfo',
'providersetupvalidation', 'signup', 'signupvalidation',
- 'connecting', 'lastpage')
+ 'lastpage')
eq = self.assertEqual
w = self.wizard
for index, name in enumerate(pagenames):